Skip to content

Commit 8c6525e

Browse files
committed
Kubernetes version v1.5.0-beta.1
1 parent 5b9ef41 commit 8c6525e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/version/base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var (
5151
// semantic version is a git hash, but the version itself is no
5252
// longer the direct output of "git describe", but a slight
5353
// translation to be semver compliant.
54-
gitVersion string = "v1.5.0-beta.0+$Format:%h$"
54+
gitVersion string = "v1.5.0-beta.1+$Format:%h$"
5555
gitCommit string = "$Format:%H$" // sha1 from git, output of $(git rev-parse HEAD)
5656
gitTreeState string = "not a git tree" // state of git tree, either "clean" or "dirty"
5757

0 commit comments

Comments
 (0)