From e83269bc2bf1bc1dc142facaf64065dc50627f01 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Sat, 24 Jun 2017 07:28:10 +0200 Subject: [PATCH] Kubernetes version v1.7.0-rc.1 file updates Kubernetes-commit: 6b9ded1649cfb512d4e88570c738aca9f8265639 --- pkg/version/base.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/version/base.go b/pkg/version/base.go index 4282aecb8..e8b5965ba 100644 --- a/pkg/version/base.go +++ b/pkg/version/base.go @@ -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"