We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a7fdb commit 01b2d68Copy full SHA for 01b2d68
pkg/version.go
@@ -6,9 +6,9 @@ import "fmt"
6
const (
7
VersionMajor = 0
8
VersionMinor = 12
9
- VersionPatch = 0
+ VersionPatch = 1
10
VersionReleaseLevel = "beta"
11
- VersionReleaseNumber = 15
+ VersionReleaseNumber = 16
12
)
13
14
// Set the GitVersion via -ldflags="-X 'github.com/rotationalio/ensign/pkg.GitVersion=$(git rev-parse --short HEAD)'"
0 commit comments