Skip to content

Commit

Permalink
Final final fix of version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbuwen committed Aug 18, 2023
1 parent 3534238 commit 61ae458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ def find_hash(ref: str) -> str:


def check_up_to_date(ref: str) -> None:
check_call(['git', 'fetch', 'origin', 'master'])
master_hash = find_hash('master')
release_hash = find_hash(ref)

Expand Down

0 comments on commit 61ae458

Please sign in to comment.