Skip to content

Commit

Permalink
Overzealous "-hunting
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Feb 5, 2018
1 parent 5cfd293 commit 5295157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/hanoi/jane/cli.rb
Expand Up @@ -5,7 +5,7 @@ module Jane
class CLI < ::Thor
desc 'version', 'Print hanoi version'
def version
puts 'hanoi version #{VERSION}'
puts "hanoi version #{VERSION}"
end
map %w(-v --version) => :version

Expand Down
2 changes: 1 addition & 1 deletion lib/hanoi/jane/version.rb
@@ -1,5 +1,5 @@
module Hanoi
module Jane
VERSION = '0.3.3'
VERSION = '0.3.4'
end
end

0 comments on commit 5295157

Please sign in to comment.