update-all.sh.

Kubernetes-commit: 5c6a7318a1b093b4ad0c9a32513ed9cfb774ffb7
This commit is contained in:
Anthony Yeh
2017-03-13 16:09:14 -07:00
committed by Kubernetes Publisher
parent 9efa3fc488
commit fd59eaee0f

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