Skip to content

Commit

Permalink
make version explicit as Inferno core
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaumik-Ashraf committed Jan 25, 2024
1 parent 1cf66b0 commit 00bad1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inferno/apps/cli/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def suites

desc 'version', "Output Inferno core version (#{Inferno::VERSION})"
def version
puts Inferno::VERSION
puts "Inferno Core v#{Inferno::VERSION}"
end
end
end
Expand Down

0 comments on commit 00bad1f

Please sign in to comment.