Skip to content

Commit

Permalink
Bump version to 1.0.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Dec 20, 2016
1 parent f3e8caa commit b2bf474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/hanami/validations/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Hanami
module Validations
# @since 0.1.0
VERSION = '0.7.1'.freeze
VERSION = '1.0.0.beta1'.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::Validations::VERSION do
it 'exposes version' do
Hanami::Validations::VERSION.must_equal '0.7.1'
Hanami::Validations::VERSION.must_equal '1.0.0.beta1'
end
end

0 comments on commit b2bf474

Please sign in to comment.