From 719c83d43073298a5654987d707af2f6366a6c74 Mon Sep 17 00:00:00 2001 From: Soulou Date: Wed, 15 Apr 2015 19:03:34 +0200 Subject: [PATCH] Bump 1.0.0-rc1 --- .goxc.json | 2 +- CHANGELOG | 2 +- README.md | 4 ++-- config/version.go | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.goxc.json b/.goxc.json index e7d756e40..412114b96 100644 --- a/.goxc.json +++ b/.goxc.json @@ -7,7 +7,7 @@ "Include": "INSTALL*,README.md,LICENSE*", "Exclude": "*.go" }, - "PackageVersion": "1.0.0-beta1", + "PackageVersion": "1.0.0-rc1", "ConfigVersion": "0.9", "OutPath": "{{.Dest}}{{.PS}}{{.Version}}-{{.Os}}-{{.Arch}}{{.PS}}{{.AppName}}{{.Ext}}", "Env": [ diff --git a/CHANGELOG b/CHANGELOG index 43c39b52c..b07e3b783 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ Changelog ========= -### v1.0.0-rc1 - ToBeReleased +### v1.0.0-rc1 - 15/04/2015 * [Feature] Modify size of containers with `scalingo scale` - #102 * [Bugfix] Fix ssh-agent error when no private key is available - Fixed #100 diff --git a/README.md b/README.md index 7acbdcd37..1e25638cc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Scalingo-CLI v1.0.0-beta1 +Scalingo-CLI v1.0.0-rc1 ========================== ``` @@ -9,7 +9,7 @@ USAGE: Scalingo Client [global options] command [command options] [arguments...] VERSION: - 1.0.0-beta1 + 1.0.0-rc1 AUTHOR: Scalingo Team - diff --git a/config/version.go b/config/version.go index 09466d447..8b78684ba 100644 --- a/config/version.go +++ b/config/version.go @@ -1,3 +1,3 @@ package config -var Version = "1.0.0-beta1" +var Version = "1.0.0-rc1"