Skip to content

Commit

Permalink
Bump v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jul 3, 2015
1 parent e22e622 commit d4b49b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lotus/router/version.rb
@@ -1,6 +1,6 @@
module Lotus
class Router
# @since 0.1.0
VERSION = '0.4.1'.freeze
VERSION = '0.4.2'.freeze
end
end
2 changes: 1 addition & 1 deletion test/version_test.rb
Expand Up @@ -2,6 +2,6 @@

describe Lotus::Router::VERSION do
it 'exposes version' do
Lotus::Router::VERSION.must_equal '0.4.1'
Lotus::Router::VERSION.must_equal '0.4.2'
end
end

0 comments on commit d4b49b2

Please sign in to comment.