Skip to content

Commit 1c59121

Browse files
author
Julien Castets
committed
Post release version bump
1 parent a6823b5 commit 1c59121

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

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

12131213
## Changelog
12141214

1215+
### v1.17+dev (unreleased)
1216+
1217+
* This is the current development version. Update below with your changes. Remove this line when releasing the package.
1218+
1219+
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.17...master)
1220+
12151221
### v1.17 (2018-07-02)
12161222

12171223
* Fix: it is now possible to `scw inspect` snapshots [#510](https://github.com/scaleway/scaleway-cli/issues/510)

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