Skip to content

Commit 582b7ea

Browse files
committed
v1.9.0
1 parent 243f621 commit 582b7ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1",
20+
"PackageVersion": "1.9.0",
2121
"TaskSettings": {
2222
"bintray": {
2323
"downloadspage": "bintray.md",

README.md

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

11821182
## Changelog
11831183

1184-
### master (unreleased)
1184+
### v1.9.0 (2016-04-01)
11851185

11861186
* Fix bug when using SCW_COMMERCIAL_TYPE variable
11871187
* Switch to VC1S
11881188

1189-
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.8.1...master)
1189+
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.8.1...v.1.9.0)
11901190

11911191
### v1.8.1 (2016-03-29)
11921192

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