From bf7e376fe1f8b34c386d27af5db01543a08fbb08 Mon Sep 17 00:00:00 2001 From: Anthony Yeh Date: Fri, 12 May 2017 10:49:51 -0700 Subject: [PATCH] update-all.sh Kubernetes-commit: 60f87370780f19f05d25b8b8fdba23a200396954 --- Godeps/Godeps.json | 2 +- pkg/version/base.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index f90af65f2..a40cb3757 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,6 @@ { "ImportPath": "k8s.io/client-go", - "GoVersion": "go1.7", + "GoVersion": "go1.8", "GodepVersion": "v79", "Packages": [ "./..." diff --git a/pkg/version/base.go b/pkg/version/base.go index e0537e0c8..f765b52c6 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.6.3-beta.0+$Format:%h$" + gitVersion string = "v1.6.4-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"