Skip to content

Commit

Permalink
Bump v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Dec 21, 2015
1 parent 92bb189 commit bec4561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lotus/model/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module Model
# Defines the version
#
# @since 0.1.0
VERSION = '0.5.0'.freeze
VERSION = '0.5.1'.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::Model::VERSION do
it 'returns current version' do
Lotus::Model::VERSION.must_equal '0.5.0'
Lotus::Model::VERSION.must_equal '0.5.1'
end
end

0 comments on commit bec4561

Please sign in to comment.