lib/ruby_units/version.rb in ruby-units-3.0.0 vs lib/ruby_units/version.rb in ruby-units-4.0.0

- old
+ new

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