update-all.sh

Kubernetes-commit: f222688fc46617553e9e3982b7e2081e746de68e
This commit is contained in:
Anthony Yeh
2017-05-16 11:49:36 -07:00
committed by Kubernetes Publisher
parent 1e2deb5008
commit 35b898845e

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