lib/neptuno/cli/version.rb in neptuno-1.0.10 vs lib/neptuno/cli/version.rb in neptuno-1.2.0

- old
+ new

@@ -2,10 +2,10 @@ module Neptuno module CLI # Print Neptuno CLI version class Version < Dry::CLI::Command - desc 'Print version' + desc "Print version" def call(**) puts ::Neptuno::VERSION end end