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