module GLOC NAME = 'gloc'.freeze VERSION = '0.6.0'.freeze def self.version "#{NAME} v#{VERSION}" end end