Skip to content

Commit

Permalink
version bump v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Jul 22, 2024
1 parent 9157aba commit 9cacc9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import "fmt"
// Version component constants for the current build.
const (
VersionMajor = 1
VersionMinor = 1
VersionPatch = 1
VersionReleaseLevel = "beta"
VersionReleaseNumber = 1
VersionMinor = 2
VersionPatch = 0
VersionReleaseLevel = ""
VersionReleaseNumber = 3
)

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

0 comments on commit 9cacc9b

Please sign in to comment.