Skip to content

Commit

Permalink
Bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Dec 18, 2015
1 parent e6b5817 commit c95e671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lotus/validations/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Lotus
module Validations
# @since 0.1.0
VERSION = '0.3.3'.freeze
VERSION = '0.4.0'.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 Lotus::Validations::VERSION do
it 'exposes version' do
Lotus::Validations::VERSION.must_equal '0.3.3'
Lotus::Validations::VERSION.must_equal '0.4.0'
end
end

0 comments on commit c95e671

Please sign in to comment.