Skip to content

Commit a61313d

Browse files
committed
Version bump to v0.12.3
1 parent 16180fa commit a61313d

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 = 2
9+
VersionPatch = 3
1010
VersionReleaseLevel = "beta"
11-
VersionReleaseNumber = 17
11+
VersionReleaseNumber = 18
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)