class KBE::CLI::VersionCommand

Public Instance Methods

execute() click to toggle source
# File lib/kbe/cli/version_command.rb, line 6
def execute
  puts KBE::VERSION
end