File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,12 @@ $> curl --silent http://212.47.248.251 | head -n1 # you can also open your brows
118118
119119## Changelog
120120
121+ ### master (unreleased)
122+
123+ * No entry
124+
125+ View full [ commits list] ( https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.0.0...master )
126+
121127### v1.0.0 (2016-04-19)
122128
123129* Sleep only when we stop an host ([ #4 ] ( https://github.com/scaleway/docker-machine-driver-scaleway/issues/4 ) )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
1919
2020const (
2121 // VERSION represents the semver version of the package
22- VERSION = "v1.0.0"
22+ VERSION = "v1.0.0+dev "
2323 defaultImage = "ubuntu-trusty"
2424 defaultBootscript = "docker"
2525)
You can’t perform that action at this time.
0 commit comments