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