From 4d533aef20134414a9c9e632963ee51508770d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Michon?= Date: Tue, 24 Sep 2019 15:26:00 +0200 Subject: [PATCH] Bump version v1.16.2 --- .goxc.json | 2 +- CHANGELOG.md | 2 ++ README.md | 6 +++--- VERSION | 2 +- config/version.go | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.goxc.json b/.goxc.json index 78ec7e5b7..9ec5847fb 100644 --- a/.goxc.json +++ b/.goxc.json @@ -7,6 +7,6 @@ "Include": "INSTALL*,README.md,LICENSE*", "Exclude": "*.go" }, - "PackageVersion": "1.16.1", + "PackageVersion": "1.16.2", "ConfigVersion": "0.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0734d6001..4f5d7fe9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ### To be Released +### 1.16.2 + * Do not get the SCM integration when showing the integration link [#492](https://github.com/Scalingo/cli/pull/492) * Better handling of 404 from auth query diff --git a/README.md b/README.md index 1dc05ad5f..69a0642f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Scalingo-CLI v1.16.1 +# Scalingo-CLI v1.16.2 [![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.1 + 1.16.2 AUTHOR: Scalingo Team @@ -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.1`. +Build the new version for all platforms with: `./dists/make-release.sh -v 1.16.2`. 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 41c11ffb7..4a02d2c31 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.1 +1.16.2 diff --git a/config/version.go b/config/version.go index 4750df3a4..d8fbb27ea 100644 --- a/config/version.go +++ b/config/version.go @@ -1,3 +1,3 @@ package config -var Version = "1.16.1" +var Version = "1.16.2"