mirror of https://github.com/docker/docs.git
Merge pull request #506 from aluzzardi/version-bump
Bump version to 0.2.0
This commit is contained in:
commit
62126b6350
|
|
@ -2,7 +2,7 @@ package version
|
|||
|
||||
var (
|
||||
// VERSION should be updated by hand at each release
|
||||
VERSION = "0.1.0"
|
||||
VERSION = "0.2.0"
|
||||
|
||||
// GITCOMMIT will be overritten automatically by the build system
|
||||
GITCOMMIT = "HEAD"
|
||||
|
|
|
|||
Loading…
Reference in New Issue