Skip to content

Commit 9e91531

Browse files
author
Quentin Perez
committed
Post-release version bump
1 parent 591188f commit 9e91531

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.goxc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"BuildConstraints": "darwin linux windows freebsd",
1818
"ResourcesExclude": "*.go .goxc-temp",
1919
"MainDirsExclude": "vendor,Godeps,testdata",
20-
"PackageVersion": "1.1.0",
20+
"PackageVersion": "1.1.0+dev",
2121
"TaskSettings": {
2222
"xc": {
2323
"GOARM": "5"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ $ curl --silent http://212.47.248.251 | head -n1 # you can also open your browse
144144

145145
## Changelog
146146

147+
### master (unreleashed)
148+
149+
* No entry
150+
151+
View full [commits list](https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.1.0...master)
152+
147153
### v1.1.0 (2016-04-28)
148154

149155
* Fix provisionning error with xenial

driver/scaleway.go

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

2222
const (
2323
// VERSION represents the semver version of the package
24-
VERSION = "v1.1.0"
24+
VERSION = "v1.1.0+dev"
2525
defaultImage = "ubuntu-xenial"
2626
defaultBootscript = "docker"
2727
)

0 commit comments

Comments
 (0)