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