lib/addressable/version.rb in addressable-2.5.0 vs lib/addressable/version.rb in addressable-2.5.1
- old
+ new
@@ -20,10 +20,10 @@
if !defined?(Addressable::VERSION)
module Addressable
module VERSION
MAJOR = 2
MINOR = 5
- TINY = 0
+ TINY = 1
STRING = [MAJOR, MINOR, TINY].join('.')
end
end
end