class Publisher::Commands::Version

Print version number

Public Instance Methods

call(*) click to toggle source
# File lib/allure_report_publisher/commands/version.rb, line 8
def call(*)
  puts Publisher::VERSION
end