Skip to content

Commit

Permalink
version bump v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Jan 25, 2025
1 parent 65a9ff2 commit 9c49294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = 4
VersionPatch = 1
VersionMinor = 5
VersionPatch = 0
VersionReleaseLevel = ""
VersionReleaseNumber = 6
VersionReleaseNumber = 7
)

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

0 comments on commit 9c49294

Please sign in to comment.