Skip to content

Commit 28771cc

Browse files
committed
version bump v0.5.0
1 parent 277dc2c commit 28771cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import (
1111
// Version component constants for the current build.
1212
const (
1313
VersionMajor = 0
14-
VersionMinor = 4
15-
VersionPatch = 1
14+
VersionMinor = 5
15+
VersionPatch = 0
1616
VersionReleaseLevel = "alpha"
17-
VersionReleaseNumber = 6
17+
VersionReleaseNumber = 7
1818
)
1919

2020
// Set the GitVersion via -ldflags="-X 'go.rtnl.ai/quarterdeck/pkg.GitVersion=$(git rev-parse --short HEAD)'"

0 commit comments

Comments
 (0)