module Pfab module Version MAJOR = 0 MINOR = 36 PATCH = 0 BUILD = nil STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.') end end