module Alula module VERSION MAJOR = 0 MINOR = 4 PATCH = 14 PRE = nil STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.') end end