lib/addressable/version.rb in addressable-2.8.5 vs lib/addressable/version.rb in addressable-2.8.6
- old
+ new
@@ -21,10 +21,10 @@
if !defined?(Addressable::VERSION)
module Addressable
module VERSION
MAJOR = 2
MINOR = 8
- TINY = 5
+ TINY = 6
STRING = [MAJOR, MINOR, TINY].join('.')
end
end
end