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