class RubyCritic::Command::Version

def execute

def execute
  puts "RubyCritic #{VERSION}"
  status_reporter
end