Skip to content

Commit

Permalink
version bump v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Jul 22, 2024
1 parent 08e7559 commit a5a9836
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 = 2
VersionMinor = 3
VersionPatch = 0
VersionReleaseLevel = ""
VersionReleaseNumber = 3
VersionReleaseNumber = 4
)

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

0 comments on commit a5a9836

Please sign in to comment.