Skip to content

Commit

Permalink
Bump version 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed May 15, 2020
1 parent d4ec4e9 commit 4e28397
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"Include": "INSTALL*,README.md,LICENSE*",
"Exclude": "*.go"
},
"PackageVersion": "1.16.8",
"PackageVersion": "1.17.0",
"ConfigVersion": "0.9"
}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### To be Released

### 1.17.0

* Region Migration: Better output for the `migration-follow` command to explain what is happening [#549](https://github.com/Scalingo/cli/pull/549)
* Region Migration: Retry if it fails to refresh the migration status [#550](https://github.com/Scalingo/cli/pull/550)
* Region Migration: Add instructions to change local Git URL at the end of the migration [#551](https://github.com/Scalingo/cli/pull/551)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Scalingo-CLI v1.16.8
# Scalingo-CLI v1.17.0

[![Codeship Status for Scalingo/cli](https://app.codeship.com/projects/d3ee7f70-ac5f-0137-8f24-1ae29f023aca/status?branch=master)](https://app.codeship.com/projects/362207)

Expand Down Expand Up @@ -54,7 +54,7 @@ USAGE:
scalingo [global options] command [command options] [arguments...]
VERSION:
1.16.8
1.17.0
AUTHOR:
Scalingo Team <[email protected]>
Expand Down Expand Up @@ -236,11 +236,11 @@ And commit these changes:

```bash
$ git add .
$ git commit -m "Bump version 1.16.8"
$ git commit -m "Bump version 1.17.0"
$ git push origin master
```

Build the new version for all platforms with: `./dists/make-release.sh -v 1.16.8`.
Build the new version for all platforms with: `./dists/make-release.sh -v 1.17.0`.

Tag and release a new version on GitHub [here](https://github.com/Scalingo/cli/releases/new). Attach
the zip archives created by the `make-release.sh` script to this release.
Expand All @@ -254,5 +254,5 @@ scalingo --region agora-fr1 -a cli-download-service restart

You can now update the [changelog](https://doc.scalingo.com/changelog) and tweet about it!

> [Changelog] CLI - Release of version 1.16.8 https://cli.scalingo.com - More
> [Changelog] CLI - Release of version 1.17.0 https://cli.scalingo.com - More
> news at https://changelog.scalingo.com #cli #paas #changelog #bugfix
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.8
1.17.0
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package config

var Version = "1.16.8"
var Version = "1.17.0"

0 comments on commit 4e28397

Please sign in to comment.