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