File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -1212,6 +1212,13 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
12121212
12131213## Changelog
12141214
1215+ ### v1.15+dev (unreleased)
1216+
1217+ This is the current development version. Update below with your changes. Remove
1218+ this line when releasing the package.
1219+
1220+ View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.15...master )
1221+
12151222### v1.15 (2018-04-12)
12161223
12171224* Fix typo
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import "fmt"
44
55var (
66 // VERSION represents the semver version of the package
7- VERSION = "v1.15"
7+ VERSION = "v1.15+dev "
88
99 // GITCOMMIT represents the git commit hash of the package, it is configured at build time
1010 GITCOMMIT string
You can’t perform that action at this time.
0 commit comments