Skip to content

Commit

Permalink
version bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeziel committed Mar 23, 2023
1 parent aa1896d commit 52e5e0b
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 @@ -5,8 +5,8 @@ import "fmt"
// Version component constants for the current build.
const (
VersionMajor = 1
VersionMinor = 0
VersionPatch = 5
VersionMinor = 1
VersionPatch = 0
VersionReleaseLevel = ""
VersionReleaseNumber = 0
)
Expand Down

0 comments on commit 52e5e0b

Please sign in to comment.