Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Nov 26, 2024
1 parent cd16a6d commit 4cd9cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/phlex/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Phlex
module Rails
VERSION = "2.0.0.beta2"
VERSION = "2.0.0.rc1"
end
end
2 changes: 1 addition & 1 deletion phlex-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ["lib"]

spec.add_dependency "phlex", "2.0.0.beta2"
spec.add_dependency "phlex", "2.0.0.rc1"
spec.add_dependency "railties", ">= 6.1", "< 9"

spec.metadata["rubygems_mfa_required"] = "true"
Expand Down

0 comments on commit 4cd9cb3

Please sign in to comment.