module O module VERSION MAJOR = 1 MINOR = 0 PATCH = 1 IS = [MAJOR, MINOR, PATCH].join(".") end end