module Recommendable MAJOR = 1 MINOR = 1 PATCH = 5 VERSION = [MAJOR, MINOR, PATCH].join '.' end