Skip to content

Commit

Permalink
chore: remove old version file
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas committed May 19, 2024
1 parent 5c03837 commit d5960b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def change_version(&block)

FileUtils.mv version_file, "#{version_file}.old"
FileUtils.mv "#{version_file}.new", version_file
FileUtils.rm_f "#{version_file}.old"
end

namespace :vbump do
Expand Down

0 comments on commit d5960b5

Please sign in to comment.