Skip to content

Commit

Permalink
bump version to 3.28.1
Browse files Browse the repository at this point in the history
We're prepping a release
  • Loading branch information
yob committed Mar 17, 2021
1 parent c6230ec commit 98f4149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "runtime"
//
// Pre-release builds' versions must be in the format `x.y-beta`, `x.y-beta.z` or `x.y-beta.z.a`

var baseVersion string = "3.28.1-beta.1"
var baseVersion string = "3.28.1"
var buildVersion string = ""

func Version() string {
Expand Down

0 comments on commit 98f4149

Please sign in to comment.