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