Skip to content

Commit

Permalink
release v1.1.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkRTA committed Mar 9, 2024
1 parent 0b85619 commit 63d2ead
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dependencies/python/gen_version.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# add_devbuild.py
from pathlib import Path
import subprocess
import sys

commit = subprocess.check_output(["git", "describe", "--always", "--dirty"],text=True).strip("\n")
version = f"1.1.0-nightly+{commit}"
version = f"1.1.0-beta4"

path = sys.argv[1]

Expand Down

0 comments on commit 63d2ead

Please sign in to comment.