Skip to content

Commit

Permalink
Changed commit sha256.
Browse files Browse the repository at this point in the history
  • Loading branch information
z80 committed Dec 4, 2023
1 parent 4767fbb commit 91ce496
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion godot/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ def get_version_info(module_version_string="", silent=False):
#build_name = "commit_cd4f85694"
#build_name = "commit_1bf56109f6"
#build_name = "commit_960ccf8fe9"
build_name = "commit_8797fdcfc1"
#build_name = "commit_8797fdcfc1"
build_name = "commit_4767fbb521"

if os.getenv("BUILD_NAME") != None:
build_name = str(os.getenv("BUILD_NAME"))
Expand Down

0 comments on commit 91ce496

Please sign in to comment.