Skip to content

Commit a849401

Browse files
committed
Version bump to v0.12.2
1 parent 3cbbcca commit a849401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import "fmt"
66
const (
77
VersionMajor = 0
88
VersionMinor = 12
9-
VersionPatch = 1
9+
VersionPatch = 2
1010
VersionReleaseLevel = "beta"
11-
VersionReleaseNumber = 16
11+
VersionReleaseNumber = 17
1212
)
1313

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

0 commit comments

Comments
 (0)