Skip to content

Commit

Permalink
Prepare for v1.0.0.beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Mar 13, 2017
1 parent 7c4b4dc commit 35e6951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/hanami/controller/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module Controller
# Defines the version
#
# @since 0.1.0
VERSION = '1.0.0.beta2'.freeze
VERSION = '1.0.0.beta3'.freeze
end
end
2 changes: 1 addition & 1 deletion test/version_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

describe Hanami::Controller::VERSION do
it 'returns the current version' do
Hanami::Controller::VERSION.must_equal '1.0.0.beta2'
Hanami::Controller::VERSION.must_equal '1.0.0.beta3'
end
end

0 comments on commit 35e6951

Please sign in to comment.