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