lib/addressable/version.rb in addressable-2.3.3 vs lib/addressable/version.rb in addressable-2.3.4

- old
+ new

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