module PoolParty module VERSION #:nodoc: MAJOR = 0 MINOR = 2 TINY = 21 STRING = [MAJOR, MINOR, TINY].join('.') end end