Skip to content

Commit

Permalink
Bumped VERSION to 0.7.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhadam committed Aug 15, 2018
1 parent fdee1f0 commit 14c43ed
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 57 deletions.
70 changes: 15 additions & 55 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.7.0-rc1
0.7.0-rc2
2 changes: 1 addition & 1 deletion sql_runner/main.go
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.7.0-rc1"
CLI_VERSION = "0.7.0-rc2"

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

0 comments on commit 14c43ed

Please sign in to comment.