Skip to content

Commit 38ccb26

Browse files
committed
Merge pull request kubernetes#2426 from brendandburns/release
Release 0.5
2 parents f385f44 + 4ab79ce commit 38ccb26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/version/base.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ package version
3636
var (
3737
// TODO: Deprecate gitMajor and gitMinor, use only gitVersion instead.
3838
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)
39+
gitMinor string = "5+" // minor version, numeric possibly followed by "+"
40+
gitVersion string = "v0.5-dev" // version from git, output of $(git describe)
4141
gitCommit string = "" // sha1 from git, output of $(git rev-parse HEAD)
4242
gitTreeState string = "not a git tree" // state of git tree, either "clean" or "dirty"
4343
)

0 commit comments

Comments
 (0)