module ActiveScaffold module Version MAJOR = 3 MINOR = 6 PATCH = 8 STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end