Skip to content

Commit

Permalink
Bump v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Oct 16, 2015
1 parent d4e862e commit 8ded016
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.4.5'.freeze
VERSION = '0.5.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.4.5'
Lotus::Controller::VERSION.must_equal '0.5.0'
end
end

0 comments on commit 8ded016

Please sign in to comment.