mirror of https://github.com/docker/docs.git
Merge pull request #2699 from dgageot/bump-dev-0.6.0
Bump dev version to 0.6.0
This commit is contained in:
commit
20b748e063
|
|
@ -4,7 +4,7 @@ import "fmt"
|
|||
|
||||
var (
|
||||
// Version should be updated by hand at each release
|
||||
Version = "0.5.5"
|
||||
Version = "0.6.0-dev"
|
||||
|
||||
// GitCommit will be overwritten automatically by the build system
|
||||
GitCommit = "HEAD"
|
||||
|
|
|
|||
Loading…
Reference in New Issue