Skip to content

Commit

Permalink
v0.9.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Aug 16, 2023
1 parent 835ede4 commit d4dfae2
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 = 8
VersionMinor = 9
VersionPatch = 0
VersionReleaseLevel = "beta"
VersionReleaseNumber = 7
VersionReleaseNumber = 8
)

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

0 comments on commit d4dfae2

Please sign in to comment.