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