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.
2 parents f385f44 + 4ab79ce commit 38ccb26Copy full SHA for 38ccb26
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 = "4+" // minor version, numeric possibly followed by "+"
40
- gitVersion string = "v0.4-dev" // version from git, output of $(git describe)
+ gitMinor string = "5+" // minor version, numeric possibly followed by "+"
+ gitVersion string = "v0.5-dev" // 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