mirror of
https://github.com/kubernetes/client-go.git
synced 2026-07-01 06:25:55 +00:00
Kubernetes version v1.8.0-rc.1 file updates
Kubernetes-commit: c8a2429cb355d357d90174d3744a930dbd0bbff6
This commit is contained in:
committed by
Kubernetes Publisher
parent
afb4606c45
commit
913be2a5c2
@@ -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.8.0-beta.1+$Format:%h$"
|
||||
gitVersion string = "v1.8.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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user