Skip to content

Commit

Permalink
Bump up version number (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Aug 21, 2024
1 parent bf61fd3 commit 6665896
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## Version 2.0.0

* Test against Rails 7.2 [#921][].
* Change return codes to new Responders defaults [#918][].

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inherited_resources (1.14.0)
inherited_resources (2.0.0)
actionpack (>= 6.0)
has_scope (>= 0.6)
railties (>= 6.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_61/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
inherited_resources (1.14.0)
inherited_resources (2.0.0)
actionpack (>= 6.0)
has_scope (>= 0.6)
railties (>= 6.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_70/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
inherited_resources (1.14.0)
inherited_resources (2.0.0)
actionpack (>= 6.0)
has_scope (>= 0.6)
railties (>= 6.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_71/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
inherited_resources (1.14.0)
inherited_resources (2.0.0)
actionpack (>= 6.0)
has_scope (>= 0.6)
railties (>= 6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/inherited_resources/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module InheritedResources
VERSION = '1.14.0'.freeze
VERSION = '2.0.0'.freeze
end

0 comments on commit 6665896

Please sign in to comment.