module Qujo module Version MAJOR = 0 MINOR = 1 TINY = 3 TAG = nil STRING = [MAJOR, MINOR, TINY, TAG].compact.join('.') end end