lib/addressable/version.rb in addressable-2.2.7 vs lib/addressable/version.rb in addressable-2.2.8

- old
+ new

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