Skip to content

Commit

Permalink
Version bump to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeziel committed Nov 9, 2023
1 parent 35a7fdb commit 01b2d68
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 = 0
VersionPatch = 1
VersionReleaseLevel = "beta"
VersionReleaseNumber = 15
VersionReleaseNumber = 16
)

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

0 comments on commit 01b2d68

Please sign in to comment.