Skip to content

Commit

Permalink
Version bump to v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeziel committed Dec 7, 2023
1 parent 16180fa commit a61313d
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 @@ -6,9 +6,9 @@ import "fmt"
const (
VersionMajor = 0
VersionMinor = 12
VersionPatch = 2
VersionPatch = 3
VersionReleaseLevel = "beta"
VersionReleaseNumber = 17
VersionReleaseNumber = 18
)

// Set the GitVersion via -ldflags="-X 'github.com/rotationalio/ensign/pkg.GitVersion=$(git rev-parse --short HEAD)'"
Expand Down

0 comments on commit a61313d

Please sign in to comment.