Skip to content

Commit

Permalink
Bump agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
keithduncan committed Sep 28, 2021
1 parent 0e1c2ee commit d9d7a14
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.32.3"
var baseVersion string = "3.33.0"
var buildVersion string = ""

func Version() string {
Expand Down

0 comments on commit d9d7a14

Please sign in to comment.