Method: FakerBot::CLI#version

Defined in:
lib/fakerbot/cli.rb

#versionObject



16
17
18
19
# File 'lib/fakerbot/cli.rb', line 16

def version
  require_relative 'version'
  puts "v#{FakerBot::VERSION}"
end