mirror of https://github.com/docker/docs.git
Bump to version 0.5.2
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
parent
f7ea3d9f19
commit
6887e5fec2
|
|
@ -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.2-dev"
|
Version = "0.5.2"
|
||||||
|
|
||||||
// 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