module Beardley module VERSION MAJOR = 1 MINOR = 4 PATCH = 2 PRE = nil STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.') end end