Skip to content

Commit

Permalink
Version bump to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Apr 5, 2016
1 parent 7fe626e commit de640ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.2.4 [unreleased]
# 0.2.4

- Added `--preserve` option
- Added `--list` option for groups and tables
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Fetch specific rows (truncates destination table first)
pgsync products --where "id < 100"
```

To preserve existing rows, use: [master]
To preserve existing rows, use:

```sh
pgsync products --where "id < 100" --preserve
Expand Down
2 changes: 1 addition & 1 deletion lib/pgsync/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PgSync
VERSION = "0.2.3"
VERSION = "0.2.4"
end

0 comments on commit de640ab

Please sign in to comment.