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