Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Mar 16, 2015
1 parent 76dad6e commit 44663d3
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
@@ -1,6 +1,6 @@
module Lotus
module Validations
# @since 0.1.0
VERSION = '0.2.4'.freeze
VERSION = '0.3.0'.freeze
end
end
2 changes: 1 addition & 1 deletion test/version_test.rb
Expand Up @@ -2,6 +2,6 @@

describe Lotus::Validations::VERSION do
it 'exposes version' do
Lotus::Validations::VERSION.must_equal '0.2.4'
Lotus::Validations::VERSION.must_equal '0.3.0'
end
end

0 comments on commit 44663d3

Please sign in to comment.