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