lib/addressable/version.rb in addressable-2.2.0 vs lib/addressable/version.rb in addressable-2.2.1

- old
+ new

@@ -26,10 +26,10 @@ if !defined?(Addressable::VERSION) module Addressable module VERSION #:nodoc: MAJOR = 2 MINOR = 2 - TINY = 0 + TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end end end