module CompositePrimaryKeys module VERSION #:nodoc: MAJOR = 0 MINOR = 7 TINY = 4 STRING = [MAJOR, MINOR, TINY].join('.') end end