Skip to content

Commit

Permalink
Bump version 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Jul 9, 2019
1 parent 3c5f6ad commit f6ce523
Show file tree
Hide file tree
Showing 5 changed files with 10 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.13.0",
"PackageVersion": "1.14.0",
"ConfigVersion": "0.9"
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### To be Released

### 1.14.0

* Use user's default region [#411](https://github.com/Scalingo/cli/pull/441)

### 1.13.0

* Add the `apps-info` command [#438](https://github.com/Scalingo/cli/pull/438)
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.13.0
# Scalingo-CLI v1.14.0

This repository contains the command line utility for the public PaaS Scalingo

Expand Down Expand Up @@ -52,7 +52,7 @@ USAGE:
scalingo [global options] command [command options] [arguments...]
VERSION:
1.13.0
1.14.0
AUTHOR:
Scalingo Team <hello@scalingo.com>
Expand Down Expand Up @@ -201,7 +201,7 @@ Bump new version number in:
- `VERSION`
- `config/version.go`

Build the new version for all platforms with: `./dists/make-release.sh -v 1.13.0`.
Build the new version for all platforms with: `./dists/make-release.sh -v 1.14.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 Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0
1.14.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.13.0"
var Version = "1.14.0"

0 comments on commit f6ce523

Please sign in to comment.