File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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
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, 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
You can’t perform that action at this time.
0 commit comments