diff --git a/lib/lotus/router/version.rb b/lib/lotus/router/version.rb index a0240e1..f454f8a 100644 --- a/lib/lotus/router/version.rb +++ b/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 diff --git a/test/version_test.rb b/test/version_test.rb index 1a4b2fc..fc68360 100644 --- a/test/version_test.rb +++ b/test/version_test.rb @@ -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