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