Skip to content

Commit

Permalink
Beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Sep 14, 2024
1 parent b667f04 commit 901cd03
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.beta1"
VERSION = "2.0.0.beta2"
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.beta1"
spec.add_dependency "phlex", "2.0.0.beta2"
spec.add_dependency "railties", ">= 6.1", "< 8"

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

0 comments on commit 901cd03

Please sign in to comment.