-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
@@ -54,7 +54,7 @@ USAGE: | |
scalingo [global options] command [command options] [arguments...] | ||
VERSION: | ||
1.16.8 | ||
1.17.0 | ||
AUTHOR: | ||
Scalingo Team <[email protected]> | ||
|
@@ -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. | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.16.8 | ||
1.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |