Skip to content

Commit

Permalink
Prepare for v2.1.0.rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Feb 16, 2024
1 parent 1675533 commit ef84e93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Code reloading for Hanami 2

## v2.1.0 - 2023-11-14
## v2.1.0.rc3 - 2024-02-16

## v2.1.0.rc2 - 2023-11-08

Expand Down
2 changes: 1 addition & 1 deletion lib/hanami/reloader/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module Hanami
module Reloader
# @since 0.1.0
# @api public
VERSION = "2.1.0"
VERSION = "2.1.0.rc3"
end
end
2 changes: 1 addition & 1 deletion spec/unit/hanami/reloader/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

RSpec.describe "Hanami::Reloader::VERSION" do
it "exposes version" do
expect(Hanami::Reloader::VERSION).to eq("2.1.0")
expect(Hanami::Reloader::VERSION).to eq("2.1.0.rc3")
end
end

0 comments on commit ef84e93

Please sign in to comment.