Skip to content

Commit

Permalink
Bump to rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
adatzer committed Feb 15, 2021
1 parent 908a242 commit 1c3d921
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 0.9.4 (2021-02-15)
--------------------------
Version 0.9.4-rc1 (2021-02-15)
------------------------------
Remove Bintray (closes #179)

Version 0.9.3 (2021-01-25)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ guest> make format

First either compile the binary from source using the above `make` command or download the published Binary directly from the GitHub release:

* [Darwin (macOS)](https://github.com/snowplow/sql-runner/releases/download/0.9.4/sql_runner_0.9.4_darwin_amd64.zip)
* [Linux](https://github.com/snowplow/sql-runner/releases/download/0.9.4/sql_runner_0.9.4_linux_amd64.zip)
* [Windows](https://github.com/snowplow/sql-runner/releases/download/0.9.4/sql_runner_0.9.4_windows_amd64.zip)
* [Darwin (macOS)](https://github.com/snowplow/sql-runner/releases/download/0.9.4-rc1/sql_runner_0.9.4_rc1_darwin_amd64.zip)
* [Linux](https://github.com/snowplow/sql-runner/releases/download/0.9.4-rc1/sql_runner_0.9.4_rc1_linux_amd64.zip)
* [Windows](https://github.com/snowplow/sql-runner/releases/download/0.9.4-rc1/sql_runner_0.9.4_rc1_windows_amd64.zip)

### CLI Output

```bash
sql-runner version: 0.9.4
sql-runner version: 0.9.4-rc1
Run playbooks of SQL scripts in series and parallel on Redshift and Postgres
Usage:
-checkLock string
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.4
0.9.4-rc1
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, Postgres, BigQuery and Snowflake`
CLI_VERSION = "0.9.4"
CLI_VERSION = "0.9.4-rc1"

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

0 comments on commit 1c3d921

Please sign in to comment.