Skip to content

Commit

Permalink
version bump v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Sep 5, 2024
1 parent 4c59f14 commit 60aeda1
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 @@ -8,10 +8,10 @@ import "fmt"
// Version component constants for the current build.
const (
VersionMajor = 1
VersionMinor = 3
VersionMinor = 4
VersionPatch = 0
VersionReleaseLevel = ""
VersionReleaseNumber = 4
VersionReleaseNumber = 5
)

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

0 comments on commit 60aeda1

Please sign in to comment.