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