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