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