Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Jan 23, 2020
1 parent d1b2646 commit 65ae19c
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 @@ -111,6 +111,8 @@ It defines DB schema using [Rails DSL](http://guides.rubyonrails.org/migrations.
* Display a warning if an InnoDB table doesn't have any indexes on a column where it has a foreign key ([pull#290](https://github.com/winebarrel/ridgepole/pull/290))
* `>= 0.8.5`
* Improve warning message on table options ([pull#291](https://github.com/winebarrel/ridgepole/pull/291))
* `>= 0.8.6`
* Support multiple databases feature ([pull#297](https://github.com/winebarrel/ridgepole/pull/297))
</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.5'
VERSION = '0.8.6'
end

0 comments on commit 65ae19c

Please sign in to comment.