update-staging-client-go.sh

Kubernetes-commit: e0d310a84cd16f18a3d6bb9c5b59203626d88b68
This commit is contained in:
Anthony Yeh
2017-03-17 15:06:21 -07:00
committed by Kubernetes Publisher
parent fd59eaee0f
commit 2da1ffdb38

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