mirror of https://github.com/docker/docs.git
Bump version to 0.7.0-dev
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
parent
7a7dfd7444
commit
b6b7458ccb
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
# 0.6.0 (2016-02-04)
|
||||
|
||||
+ Fix SSH wait before provisioning issue
|
||||
|
||||
# 0.6.0-rc4 (2016-02-03)
|
||||
|
||||
General
|
||||
|
|
|
@ -4,7 +4,7 @@ import "fmt"
|
|||
|
||||
var (
|
||||
// Version should be updated by hand at each release
|
||||
Version = "0.6.0-dev"
|
||||
Version = "0.7.0-dev"
|
||||
|
||||
// GitCommit will be overwritten automatically by the build system
|
||||
GitCommit = "HEAD"
|
||||
|
|
Loading…
Reference in New Issue