From f6ce523473c8820b777872e0b846e51be921258b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Michon?= Date: Tue, 9 Jul 2019 14:45:01 +0200 Subject: [PATCH] Bump version 1.14.0 --- .goxc.json | 2 +- CHANGELOG.md | 4 ++++ README.md | 6 +++--- VERSION | 2 +- config/version.go | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.goxc.json b/.goxc.json index 820365cd4..9e4406681 100644 --- a/.goxc.json +++ b/.goxc.json @@ -7,6 +7,6 @@ "Include": "INSTALL*,README.md,LICENSE*", "Exclude": "*.go" }, - "PackageVersion": "1.13.0", + "PackageVersion": "1.14.0", "ConfigVersion": "0.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ba551a45..91c342496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index bb4e6b3a2..62e4f9e8e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -52,7 +52,7 @@ USAGE: scalingo [global options] command [command options] [arguments...] VERSION: - 1.13.0 + 1.14.0 AUTHOR: Scalingo Team @@ -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. diff --git a/VERSION b/VERSION index feaae22ba..850e74240 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.13.0 +1.14.0 diff --git a/config/version.go b/config/version.go index d2a1fa233..d3f2b68d7 100644 --- a/config/version.go +++ b/config/version.go @@ -1,3 +1,3 @@ package config -var Version = "1.13.0" +var Version = "1.14.0"