Skip to content

Commit

Permalink
fix: rake vbump:final
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas committed Dec 19, 2023
1 parent 6dc1e17 commit 56ad35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -110,7 +110,7 @@ end
namespace :vbump do
desc "Final release"
task :final do
change_version do |pre:|
change_version do |pre:, tiny:|
raise ArgumentError, "Unexpected pre: #{pre}" if pre.nil?

{ pre: nil }
Expand Down

0 comments on commit 56ad35b

Please sign in to comment.