module CompositePrimaryKeys module VERSION MAJOR = 14 MINOR = 0 TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end end