Skip to content

Commit

Permalink
Bumped version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Mar 16, 2015
1 parent dd6ba68 commit 09fb254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lotus/controller/version.rb
Expand Up @@ -3,6 +3,6 @@ module Controller
# Defines the version
#
# @since 0.1.0
VERSION = '0.3.2'.freeze
VERSION = '0.4.0'.freeze
end
end
2 changes: 1 addition & 1 deletion test/version_test.rb
Expand Up @@ -2,6 +2,6 @@

describe Lotus::Controller::VERSION do
it 'returns the current version' do
Lotus::Controller::VERSION.must_equal '0.3.2'
Lotus::Controller::VERSION.must_equal '0.4.0'
end
end

0 comments on commit 09fb254

Please sign in to comment.