Skip to content

Commit

Permalink
reset to main
Browse files Browse the repository at this point in the history
  • Loading branch information
panh99 committed Nov 25, 2024
1 parent 00680de commit 9e03e50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ def _update_versions(file_patterns, replace_strings, new_version, check):
increment = "minor"

curr_version = _get_next_version(args.old_version, increment)
# next_version = _get_next_version(curr_version, "minor")
next_version = "1.13.1"
next_version = _get_next_version(curr_version, "minor")

wrong = False

Expand Down

0 comments on commit 9e03e50

Please sign in to comment.