Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

Commit

Permalink
Kubernetes version v1.3.2-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mcmahon committed Jul 15, 2016
1 parent 68fe819 commit 4e6ee92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1-beta.0+$Format:%h$"
gitVersion string = "v1.3.2-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"

Expand Down

0 comments on commit 4e6ee92

Please sign in to comment.