Skip to content

Commit

Permalink
Kubernetes version v1.5.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saad-ali committed Nov 18, 2016
1 parent 5b9ef41 commit 8c6525e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var (
// semantic version is a git hash, but the version itself is no
// longer the direct output of "git describe", but a slight
// translation to be semver compliant.
gitVersion string = "v1.5.0-beta.0+$Format:%h$"
gitVersion string = "v1.5.0-beta.1+$Format:%h$"
gitCommit string = "$Format:%H$" // sha1 from git, output of $(git rev-parse HEAD)
gitTreeState string = "not a git tree" // state of git tree, either "clean" or "dirty"

Expand Down

0 comments on commit 8c6525e

Please sign in to comment.