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