Skip to content

Commit 121b2fd

Browse files
author
Quentin Perez
committed
Post-release version bump
1 parent bd9bad6 commit 121b2fd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
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.1...master)
1189+
11841190
### v1.8.1 (2016-03-29)
11851191

11861192
* Fix `ScalewayBootscript` structure
@@ -1193,7 +1199,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11931199
* brew remove cache after install
11941200
* `scw login` don't ask to upload ssh key when there is no keys
11951201

1196-
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.8.0...master)
1202+
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.8.0...v1.8.1)
11971203

11981204
### v1.8.0 (2016-03-17)
11991205

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.1"
7+
VERSION = "v1.8.1+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)