lib/addressable/version.rb in addressable-2.8.2 vs lib/addressable/version.rb in addressable-2.8.3

- old
+ new

@@ -21,10 +21,10 @@ if !defined?(Addressable::VERSION) module Addressable module VERSION MAJOR = 2 MINOR = 8 - TINY = 2 + TINY = 3 STRING = [MAJOR, MINOR, TINY].join('.') end end end