Skip to content

Commit

Permalink
Prepare for v1.0.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Mar 13, 2017
1 parent 2d85542 commit 200f8aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,8 @@
# Hanami::Assets
Assets management for Ruby web applications

## v1.0.0.beta2 (unreleased)

## v1.0.0.beta1 - 2017-02-14
### Added
- [Luca Guidi] Official support for Ruby: MRI 2.4
Expand Down
2 changes: 1 addition & 1 deletion lib/hanami/assets/version.rb
Expand Up @@ -3,6 +3,6 @@ module Assets
# Defines the version
#
# @since 0.1.0
VERSION = '1.0.0.beta1'.freeze
VERSION = '1.0.0.beta2'.freeze
end
end
2 changes: 1 addition & 1 deletion test/version_test.rb
Expand Up @@ -2,6 +2,6 @@

describe Hanami::Assets::VERSION do
it 'exposes version' do
Hanami::Assets::VERSION.must_equal '1.0.0.beta1'
Hanami::Assets::VERSION.must_equal '1.0.0.beta2'
end
end

0 comments on commit 200f8aa

Please sign in to comment.