We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9ef41 commit 8c6525eCopy full SHA for 8c6525e
pkg/version/base.go
@@ -51,7 +51,7 @@ var (
51
// semantic version is a git hash, but the version itself is no
52
// longer the direct output of "git describe", but a slight
53
// translation to be semver compliant.
54
- gitVersion string = "v1.5.0-beta.0+$Format:%h$"
+ gitVersion string = "v1.5.0-beta.1+$Format:%h$"
55
gitCommit string = "$Format:%H$" // sha1 from git, output of $(git rev-parse HEAD)
56
gitTreeState string = "not a git tree" // state of git tree, either "clean" or "dirty"
57
0 commit comments