module Landable module VERSION MAJOR = 1 MINOR = 12 PATCH = 3 STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end