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