lib/ruby_units/version.rb in ruby-units-4.0.2 vs lib/ruby_units/version.rb in ruby-units-4.0.3

- old
+ new

@@ -1,5 +1,5 @@ module RubyUnits class Unit < Numeric - VERSION = '4.0.2'.freeze + VERSION = '4.0.3'.freeze end end