Skip to content

Commit

Permalink
Merge pull request #236 from unihd-cag/final-final-fix-of-version-bump
Browse files Browse the repository at this point in the history
Final final fix of version bump
  • Loading branch information
nielsbuwen authored Aug 18, 2023
2 parents 3534238 + b4e3a54 commit f6acc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ def bump_version(ref: str) -> None:
if __name__ == '__main__':
_, release_ref = argv

check_up_to_date(release_ref)
checkout_master()
check_up_to_date(release_ref)
bump_version(release_ref)

0 comments on commit f6acc0a

Please sign in to comment.