We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e212b commit a303f87Copy full SHA for a303f87
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.3.0-beta.2+$Format:%h$"
+ gitVersion string = "v1.3.0-beta.3+$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