Skip to content

Commit 518bbe9

Browse files
committed
Post-release version bump
1 parent 470ea4c commit 518bbe9

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 netbsd",
1818
"ResourcesExclude": "*.go .goxc-temp",
1919
"MainDirsExclude": "vendor,Godeps,testdata",
20-
"PackageVersion": "1.8.0",
20+
"PackageVersion": "1.8.0+dev",
2121
"TaskSettings": {
2222
"bintray": {
2323
"downloadspage": "bintray.md",

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,6 +1181,12 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11811181

11821182
## Changelog
11831183

1184+
### master (unreleased)
1185+
1186+
* No entry
1187+
1188+
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.8.0...master)
1189+
11841190
### v1.8.0 (2016-03-17
11851191

11861192
* Use VC1 by default

pkg/scwversion/version.go

Lines changed: 1 addition & 1 deletion
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, it is configured at build time
7-
VERSION = "v1.8.0"
7+
VERSION = "v1.8.0+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)