Skip to content

Commit 6c05eb1

Browse files
author
Quentin Perez
committed
Post-release version bump
1 parent 0f6843f commit 6c05eb1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.goxc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"BuildConstraints": "darwin linux windows freebsd netbsd",
1818
"ResourcesExclude": "*.go .goxc-temp",
1919
"MainDirsExclude": "vendor,Godeps,testdata",
20-
"PackageVersion": "1.10",
20+
"PackageVersion": "1.10+dev",
2121
"TaskSettings": {
2222
"bintray": {
2323
"downloadspage": "bintray.md",

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,12 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
12011201

12021202
## Changelog
12031203

1204+
### master (unreleased)
1205+
1206+
* No entry
1207+
1208+
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.10...master)
1209+
12041210
### v1.10 (2016-10-24)
12051211

12061212
* API rename `deleteServerSafe` -> `deleteServerForce`

pkg/scwversion/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
var (
66
// VERSION represents the semver version of the package
7-
VERSION = "v1.10"
7+
VERSION = "v1.10+dev"
88

99
// GITCOMMIT represents the git commit hash of the package, it is configured at build time
1010
GITCOMMIT string

0 commit comments

Comments
 (0)