Method: God::CLI::Version.version

Defined in:
lib/god/cli/version.rb

.versionObject



5
6
7
8
9
10
11
# File 'lib/god/cli/version.rb', line 5

def self.version
  require 'god'

  # print version
  puts "Version #{God.version}"
  exit
end