Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
abicky committed Sep 17, 2019
1 parent fcf40ea commit d71ea0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ It defines DB schema using [Rails DSL](http://guides.rubyonrails.org/migrations.
* Drop tables in an order considering foreign key constraints ([pull#284](https://github.com/winebarrel/ridgepole/pull/284))
* `>= 0.8.2`
* Support `postgres://` schema ([pull#285](https://github.com/winebarrel/ridgepole/pull/285))
* `>= 0.8.3`
* Fix "topological sort failed" error ([pull#287](https://github.com/winebarrel/ridgepole/pull/287))
</details>

## Installation
Expand Down
2 changes: 1 addition & 1 deletion lib/ridgepole/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Ridgepole
VERSION = '0.8.2'
VERSION = '0.8.3'
end

0 comments on commit d71ea0d

Please sign in to comment.