diff --git a/VERSION b/VERSION index 899f24f..1a7ab56 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 \ No newline at end of file +0.9.0-rc1 \ No newline at end of file diff --git a/sql_runner/main.go b/sql_runner/main.go index d8b0f3c..17fdfee 100644 --- a/sql_runner/main.go +++ b/sql_runner/main.go @@ -25,7 +25,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.9.0" + CLI_VERSION = "0.9.0-rc1" SQLROOT_BINARY = "BINARY" SQLROOT_PLAYBOOK = "PLAYBOOK"