module CompositePrimaryKeys module VERSION #:nodoc: MAJOR = 3 MINOR = 1 TINY = 6 STRING = [MAJOR, MINOR, TINY].join('.') end end