Skip to content

Commit 8d975b9

Browse files
Quentin PerezQuentinPerez
Quentin Perez
authored andcommitted
Post-release version bump
1 parent 591188f commit 8d975b9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: .goxc.json

+1-1
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"

Diff for: README.md

+6
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 (unreleased)
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

Diff for: driver/scaleway.go

+1-1
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)