module GchartInfo #:nodoc: module VERSION #:nodoc: MAJOR = 1 MINOR = 4 TINY = 0 MICRO = 5 STRING = [MAJOR, MINOR, TINY].join('.') end end