lib/scout/command.rb in scout-2.0.4 vs lib/scout/command.rb in scout-2.0.5

- old
+ new

@@ -90,10 +90,10 @@ options[:verbose] = bool end opts.on( "-V", "--version", "Display the current version") do |version| - puts Scout::VERSION::STRING + puts Scout::VERSION exit end begin opts.parse!