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