update-all.sh

Kubernetes-commit: f6401c041202cea4ef7d882730ff1b282b25aaf0
This commit is contained in:
Anthony Yeh
2017-03-29 09:26:45 -07:00
committed by Kubernetes Publisher
parent d72c2305ba
commit 46f4236624

View File

@@ -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.6.0-rc.1+$Format:%h$"
gitVersion string = "v1.6.1-beta.0+$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"