Skip to content

Commit

Permalink
Bump version v1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Oct 11, 2019
1 parent 9982433 commit a9226c5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 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.2",
"PackageVersion": "1.16.3",
"ConfigVersion": "0.9"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

### To be Released

### 1.16.3

* Display a better error message when app and addon creation are disabled on a
region [#503](https://github.com/Scalingo/cli/pull/503),
[#504](https://github.com/Scalingo/cli/pull/504)

### 1.16.2

* Do not get the SCM integration when showing the integration link
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Scalingo-CLI v1.16.2
# Scalingo-CLI v1.16.3

[![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.2
1.16.3
AUTHOR:
Scalingo Team <hello@scalingo.com>
Expand Down Expand Up @@ -232,7 +232,7 @@ Bump new version number in:
- `VERSION`
- `config/version.go`

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

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 Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.2
1.16.3
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.2"
var Version = "1.16.3"

0 comments on commit a9226c5

Please sign in to comment.