mirror of https://github.com/docker/docs.git
bump version to 0.5.0-dev
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
This commit is contained in:
parent
98178f3c41
commit
2fd733b11e
|
@ -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.4.0"
|
VERSION = "0.5.0-dev"
|
||||||
|
|
||||||
// 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