Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Apr 30, 2021
1 parent 9f62b43 commit 0709c7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -140,7 +140,9 @@ It defines DB schema using [Rails DSL](http://guides.rubyonrails.org/migrations.
* `>= 0.9.2`
* Support `t.column index option` ([pull#353](https://github.com/winebarrel/ridgepole/pull/353))
* `>= 0.9.3`
* Fix `limit` option for `t.integer` ([pull#354](https://github.com/winebarrel/ridgepole/pull/453))
* Fix `limit` option for `t.integer` ([pull#354](https://github.com/winebarrel/ridgepole/pull/354))
* `>= 0.9.4`
* Fix `--alter-extra` option for unique index ([pull#356](https://github.com/winebarrel/ridgepole/pull/356))
</details>

**Notice**
Expand Down
2 changes: 1 addition & 1 deletion lib/ridgepole/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Ridgepole
VERSION = '0.9.3'
VERSION = '0.9.4'
end

0 comments on commit 0709c7f

Please sign in to comment.