lib/addressable/version.rb in addressable-2.7.0 vs lib/addressable/version.rb in addressable-2.8.0
- old
+ new
@@ -21,10 +21,10 @@
# Used to prevent the class/module from being loaded more than once
if !defined?(Addressable::VERSION)
module Addressable
module VERSION
MAJOR = 2
- MINOR = 7
+ MINOR = 8
TINY = 0
STRING = [MAJOR, MINOR, TINY].join('.')
end
end