Skip to content

Commit

Permalink
update scripts/version-set.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 28, 2024
1 parent 76e858c commit 4e729ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/version-set.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ def replaceVar(fname: str, name: str, value: str) -> None:
_file.writelines(lines)


main()
if __name__ == "__main__":
main()

0 comments on commit 4e729ba

Please sign in to comment.