Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed May 25, 2024
1 parent eea972a commit 2899974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "fmt"
// Version component constants for the current build.
const (
VersionMajor = 1
VersionMinor = 0
VersionMinor = 1
VersionPatch = 0
VersionReleaseLevel = "beta"
VersionReleaseNumber = 1
Expand Down

0 comments on commit 2899974

Please sign in to comment.