Skip to content

Commit

Permalink
Bumped VERSION to 0.5.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Oct 3, 2016
1 parent 51bc0e0 commit ec1c288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.0-rc4
2 changes: 1 addition & 1 deletion sql_runner/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0"
CLI_VERSION = "0.5.0-rc4"

SQLROOT_BINARY = "BINARY"
SQLROOT_PLAYBOOK = "PLAYBOOK"
Expand Down

0 comments on commit ec1c288

Please sign in to comment.