10 11 12
# File 'lib/patcmd/commands/version.rb', line 10 def execute(*) say("Patcmd version #{Patcmd::VERSION}", :green) end