Merged change 3d91ebcf-83dc-4bc4-a84c-c1b9cd49d6ca

From review branch _reviews/master/version-info/2 into master

Signed-off-by: chartmann <chartmann@chef.io>
This commit is contained in:
Delivery Server 2015-10-02 16:25:43 +00:00
commit fa90e71689

View file

@ -93,5 +93,10 @@ class VulcanoCLI < Thor
rescue RuntimeError => e
puts e.message
end
desc 'version', 'prints the version of this tool'
def version
puts Vulcano::VERSION
end
end
VulcanoCLI.start(ARGV)