Skip to content

Commit

Permalink
Bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jan 22, 2016
1 parent 541d165 commit c4d50fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/hanami/helpers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module Helpers
# Define version
#
# @since 0.1.0
VERSION = '0.2.6'.freeze
VERSION = '0.3.0'.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 Hanami::Helpers::VERSION do
it 'exposes version' do
Hanami::Helpers::VERSION.must_equal '0.2.6'
Hanami::Helpers::VERSION.must_equal '0.3.0'
end
end

0 comments on commit c4d50fb

Please sign in to comment.