module Recommendable MAJOR = 2 MINOR = 0 PATCH = 0 PRE = nil VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.' end