Kubernetes version v1.7.0-rc.1 file updates

Kubernetes-commit: 6b9ded1649cfb512d4e88570c738aca9f8265639
This commit is contained in:
Chao Xu
2017-06-24 07:28:10 +02:00
committed by Kubernetes Publisher
parent 382c391988
commit e83269bc2b

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