Skip to content

Commit

Permalink
version bump v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Sep 9, 2024
1 parent cb6ce3e commit f6924ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import "fmt"
const (
VersionMajor = 1
VersionMinor = 4
VersionPatch = 0
VersionPatch = 1
VersionReleaseLevel = ""
VersionReleaseNumber = 5
VersionReleaseNumber = 6
)

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

0 comments on commit f6924ea

Please sign in to comment.