Skip to content

Commit c9107c4

Browse files
committed
version bump v0.7.0
1 parent 4b8a955 commit c9107c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/version.go

Lines changed: 2 additions & 2 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 = 6
14+
VersionMinor = 7
1515
VersionPatch = 0
1616
VersionReleaseLevel = "alpha"
17-
VersionReleaseNumber = 8
17+
VersionReleaseNumber = 9
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)