Thanks to visit codestin.com Credit goes to github.com
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 baf92e6 commit 4e89f2eCopy full SHA for 4e89f2e
pkg/version/base.go
@@ -36,8 +36,8 @@ package version
36
var (
37
// TODO: Deprecate gitMajor and gitMinor, use only gitVersion instead.
38
gitMajor string = "0" // major version, always numeric
39
- gitMinor string = "21.1+" // minor version, numeric possibly followed by "+"
40
- gitVersion string = "v0.21.1-dev" // version from git, output of $(git describe)
+ gitMinor string = "21.2" // minor version, numeric possibly followed by "+"
+ gitVersion string = "v0.21.2" // version from git, output of $(git describe)
41
gitCommit string = "" // sha1 from git, output of $(git rev-parse HEAD)
42
gitTreeState string = "not a git tree" // state of git tree, either "clean" or "dirty"
43
)
0 commit comments