Skip to content

Commit

Permalink
Bump version to 2.4.1 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
olbrich authored Aug 27, 2022
1 parent 61a7cd7 commit b6979d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Change Log for Ruby-units
=========================
see Github releases (https://github.com/olbrich/ruby-units/releases)

2020-12-29 2.3.2 * Remove Jeweler (see #178) also adds Code of Conduct
* Fix specs related to Complex comparisons (see #213)
* Add support for Ruby 3.0 (also drop support for 2.3 and 2.4) (see #211)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ruby-units (2.3.2)
ruby-units (2.4.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_units/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RubyUnits
class Unit < Numeric
VERSION = '2.3.2'.freeze
VERSION = '2.4.1'.freeze
end
end

0 comments on commit b6979d7

Please sign in to comment.