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