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

- old
+ new

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