update-all.sh

Kubernetes-commit: 60f87370780f19f05d25b8b8fdba23a200396954
This commit is contained in:
Anthony Yeh
2017-05-12 10:49:51 -07:00
committed by Kubernetes Publisher
parent eb79b53964
commit bf7e376fe1
2 changed files with 2 additions and 2 deletions

2
Godeps/Godeps.json generated
View File

@@ -1,6 +1,6 @@
{
"ImportPath": "k8s.io/client-go",
"GoVersion": "go1.7",
"GoVersion": "go1.8",
"GodepVersion": "v79",
"Packages": [
"./..."

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.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"