module ActionPack #:nodoc: module VERSION #:nodoc: MAJOR = 1 MINOR = 13 TINY = 3 STRING = [MAJOR, MINOR, TINY].join('.') end end