Skip to content

Commit

Permalink
Add the 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Nov 18, 2014
1 parent a26f65f commit 3c409cd
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 @@ -37,7 +37,7 @@ var (
// TODO: Deprecate gitMajor and gitMinor, use only gitVersion instead.
gitMajor string = "0" // major version, always numeric
gitMinor string = "5" // minor version, numeric possibly followed by "+"
gitVersion string = "v0.5" // version from git, output of $(git describe)
gitVersion string = "v0.5.1" // version from git, output of $(git describe)
gitCommit string = "" // sha1 from git, output of $(git rev-parse HEAD)
gitTreeState string = "not a git tree" // state of git tree, either "clean" or "dirty"
)

0 comments on commit 3c409cd

Please sign in to comment.