mirror of https://github.com/docker/docs.git
Merge pull request #2015 from nathanleclaire/bump_0.5.0_rc2
Bump version to 0.5.0-rc2
This commit is contained in:
commit
6cac8cc95f
|
@ -2,7 +2,7 @@ package version
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// Version should be updated by hand at each release
|
// Version should be updated by hand at each release
|
||||||
Version = "0.5.0-rc1"
|
Version = "0.5.0-rc2"
|
||||||
|
|
||||||
// GitCommit will be overwritten automatically by the build system
|
// GitCommit will be overwritten automatically by the build system
|
||||||
GitCommit = "HEAD"
|
GitCommit = "HEAD"
|
||||||
|
|
Loading…
Reference in New Issue