module ActiveScaffoldBatch module Version MAJOR = 3 MINOR = 3 PATCH = 4 STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end