Skip to content

Commit

Permalink
version bump v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Oct 23, 2023
1 parent 2a54eed commit ca99d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import "fmt"
// Version component constants for the current build.
const (
VersionMajor = 0
VersionMinor = 11
VersionMinor = 12
VersionPatch = 0
VersionReleaseLevel = "beta"
VersionReleaseNumber = 10
VersionReleaseNumber = 11
)

// Version returns the semantic version for the current build.
Expand Down

0 comments on commit ca99d5a

Please sign in to comment.