lib/rack/time_zone_header/version.rb in rack-time-zone-header-0.1.1 vs lib/rack/time_zone_header/version.rb in rack-time-zone-header-0.1.2

- old
+ new

@@ -1,10 +1,10 @@ module Rack class TimeZoneHeader module VERSION #:nodoc: MAJOR = 0 MINOR = 1 - TINY = 1 + TINY = 2 STRING = [MAJOR, MINOR, TINY].join('.') end end end