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