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
118
118
119
119
## Changelog
120
120
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
+
121
127
### v1.0.0 (2016-04-19)
122
128
123
129
* 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 (
19
19
20
20
const (
21
21
// VERSION represents the semver version of the package
22
- VERSION = "v1.0.0"
22
+ VERSION = "v1.0.0+dev "
23
23
defaultImage = "ubuntu-trusty"
24
24
defaultBootscript = "docker"
25
25
)
You can’t perform that action at this time.
0 commit comments