module MixRailsAuth module VERSION #:nodoc: MAJOR = 0 MINOR = 23 TINY = 1 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end