module Git module Conform NAME = 'git-conform'.freeze VERSION = '1.2.1'.freeze def self.version "#{NAME} v#{VERSION}" end end end