Skip to content

Commit

Permalink
Bump version to v2.1.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Jun 21, 2023
1 parent 7948401 commit 170cc0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/hanami/utils/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module Utils
#
# @since 0.1.0
# @api public
VERSION = "2.0.3"
VERSION = "2.1.0.beta1"
end
end
2 changes: 1 addition & 1 deletion spec/unit/hanami/utils/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

RSpec.describe "Hanami::Utils::VERSION" do
it "exposes version" do
expect(Hanami::Utils::VERSION).to eq("2.0.3")
expect(Hanami::Utils::VERSION).to eq("2.1.0.beta1")
end
end

0 comments on commit 170cc0c

Please sign in to comment.