module MixRailsVideos module VERSION #:nodoc: MAJOR = 0 MINOR = 10 TINY = 4 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end