16 17 18 19
# File 'lib/fakerbot/cli.rb', line 16 def version require_relative 'version' puts "v#{FakerBot::VERSION}" end