mirror of https://github.com/docker/docs.git
Merge pull request #1385 from ehazlett/dev-0.4
update dev version to 0.4
This commit is contained in:
commit
a0305efe50
|
@ -2,7 +2,7 @@ package version
|
|||
|
||||
var (
|
||||
// VERSION should be updated by hand at each release
|
||||
VERSION = "0.3.0-dev"
|
||||
VERSION = "0.4.0-dev"
|
||||
|
||||
// GITCOMMIT will be overwritten automatically by the build system
|
||||
GITCOMMIT = "HEAD"
|
||||
|
|
Loading…
Reference in New Issue