Skip to content

Commit f2c0d6e

Browse files
author
Quentin Perez
committed
Post-release version bump
1 parent eb8fb4c commit f2c0d6e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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))

driver/scaleway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919

2020
const (
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
)

0 commit comments

Comments
 (0)