lib/cc/cli/version.rb in codeclimate-0.45.0 vs lib/cc/cli/version.rb in codeclimate-0.46.0

- old
+ new

@@ -1,7 +1,9 @@ module CC module CLI class Version < Command + SHORT_HELP = "Display the CLI version.".freeze + def run say version end private