Skip to content

Commit

Permalink
Release v1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
lodow committed Apr 20, 2018
1 parent e6d536f commit 2ba2733
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1212,12 +1212,12 @@ $ scw inspect myserver | jq '.[0].public_ip.address'

## Changelog

### v1.15+dev (unreleased)
### v1.16 (2018-04-20)

This is the current development version. Update below with your changes. Remove
this line when releasing the package.
* Fix netbsd build
* Allow region filtering

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

### v1.15 (2018-04-12)

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.15+dev"
VERSION = "v1.16"

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

0 comments on commit 2ba2733

Please sign in to comment.