diff --git a/Gemfile.lock b/Gemfile.lock index c7575c2..d3770f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-units (4.0.2) + ruby-units (4.0.3) GEM remote: https://rubygems.org/ diff --git a/lib/ruby_units/version.rb b/lib/ruby_units/version.rb index 8fa4b6d..22dd581 100644 --- a/lib/ruby_units/version.rb +++ b/lib/ruby_units/version.rb @@ -1,5 +1,5 @@ module RubyUnits class Unit < Numeric - VERSION = '4.0.2'.freeze + VERSION = '4.0.3'.freeze end end