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