module EnvManager MAJOR = 0 MINOR = 0 PATCH = 11 def self.version [ MAJOR, MINOR, PATCH ].join('.') end end