Skip to content

Commit

Permalink
Use 1.0.0.beta1 instead of 1.0.0-beta1, according to the Rubygems con…
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Dec 20, 2016
1 parent c0e3cf4 commit c2143f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,7 +1,7 @@
# Hanami::Utils
Ruby core extentions and class utilities for Hanami

## v1.0.0-beta1 (unreleased)
## v1.0.0.beta1 (unreleased)
### Added
- [alexd16 & Lucas Amorim] Introduced `Utils::Hash#deep_symbolize!` for deep symbolization

Expand Down
2 changes: 1 addition & 1 deletion lib/hanami/utils/version.rb
Expand Up @@ -3,6 +3,6 @@ module Utils
# Defines the version
#
# @since 0.1.0
VERSION = '1.0.0-beta1'.freeze
VERSION = '1.0.0.beta1'.freeze
end
end
2 changes: 1 addition & 1 deletion test/version_test.rb
Expand Up @@ -2,6 +2,6 @@

describe Hanami::Utils::VERSION do
it 'exposes version' do
Hanami::Utils::VERSION.must_equal '1.0.0-beta1'
Hanami::Utils::VERSION.must_equal '1.0.0.beta1'
end
end

0 comments on commit c2143f3

Please sign in to comment.