Skip to content

Commit

Permalink
v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Perez committed Oct 24, 2016
1 parent aae17ae commit d0e4533
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"BuildConstraints": "darwin linux windows freebsd netbsd",
"ResourcesExclude": "*.go .goxc-temp",
"MainDirsExclude": "vendor,Godeps,testdata",
"PackageVersion": "1.10+dev",
"PackageVersion": "1.10.1",
"TaskSettings": {
"bintray": {
"downloadspage": "bintray.md",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1201,11 +1201,11 @@ $ scw inspect myserver | jq '.[0].public_ip.address'

## Changelog

### master (unreleased)
### v1.10.1 (2016-10-24)

* `scw login` fix CheckCredentials ([418](https://github.com/scaleway/scaleway-cli/issues/418))

View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.10...master)
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.10...v1.10.1)

### v1.10 (2016-10-24)

Expand Down
2 changes: 1 addition & 1 deletion pkg/scwversion/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "fmt"

var (
// VERSION represents the semver version of the package
VERSION = "v1.10+dev"
VERSION = "v1.10.1"

// GITCOMMIT represents the git commit hash of the package, it is configured at build time
GITCOMMIT string
Expand Down

0 comments on commit d0e4533

Please sign in to comment.