We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277dc2c commit 28771ccCopy full SHA for 28771cc
pkg/version.go
@@ -11,10 +11,10 @@ import (
11
// Version component constants for the current build.
12
const (
13
VersionMajor = 0
14
- VersionMinor = 4
15
- VersionPatch = 1
+ VersionMinor = 5
+ VersionPatch = 0
16
VersionReleaseLevel = "alpha"
17
- VersionReleaseNumber = 6
+ VersionReleaseNumber = 7
18
)
19
20
// Set the GitVersion via -ldflags="-X 'go.rtnl.ai/quarterdeck/pkg.GitVersion=$(git rev-parse --short HEAD)'"
0 commit comments