From e526abe9ef73af4cdab8ebfb591a2e2223dcf0e3 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 14 Sep 2016 09:51:58 +0200 Subject: [PATCH] Bumped VERSION to 0.5.0-rc2 --- VERSION | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0a6a402..51eecf6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0-rc1 \ No newline at end of file +0.5.0-rc2 \ No newline at end of file diff --git a/main.go b/main.go index 4c57b08..6dc06f4 100644 --- a/main.go +++ b/main.go @@ -27,7 +27,7 @@ import ( const ( CLI_NAME = "sql-runner" CLI_DESCRIPTION = `Run playbooks of SQL scripts in series and parallel on Redshift and Postgres` - CLI_VERSION = "0.5.0-rc1" + CLI_VERSION = "0.5.0-rc2" SQLROOT_BINARY = "BINARY" SQLROOT_PLAYBOOK = "PLAYBOOK"