mirror of https://github.com/docker/docs.git
Merge pull request #2573 from dgageot/bump_v0.5.3
Bump to version 0.5.3
This commit is contained in:
commit
4d39a66899
|
|
@ -4,7 +4,7 @@ import "fmt"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// Version should be updated by hand at each release
|
// Version should be updated by hand at each release
|
||||||
Version = "0.5.3-dev"
|
Version = "0.5.3"
|
||||||
|
|
||||||
// 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