Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jun 23, 2014
1 parent b1d7e0e commit e80b04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lotus/view/version.rb
Expand Up @@ -3,6 +3,6 @@ module View
# Defines the version
#
# @since 0.1.0
VERSION = '0.1.0'.freeze
VERSION = '0.2.0'.freeze
end
end
2 changes: 1 addition & 1 deletion test/version_test.rb
Expand Up @@ -2,6 +2,6 @@

describe Lotus::View::VERSION do
it 'returns current version' do
Lotus::View::VERSION.must_equal '0.1.0'
Lotus::View::VERSION.must_equal '0.2.0'
end
end

0 comments on commit e80b04f

Please sign in to comment.