update-all.sh.

Kubernetes-commit: 0199cd4779cb0565e56974d7293cd034936e683e
This commit is contained in:
Anthony Yeh
2017-04-19 16:51:17 -07:00
committed by Kubernetes Publisher
parent d257309ce8
commit 06387e8a4d

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.2-beta.0+$Format:%h$"
gitVersion string = "v1.6.3-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"