Update version.py

This commit is contained in:
VerstreuteSeele
2022-12-27 11:10:09 +01:00
parent 0405f30c94
commit 1ab5667f23
+1 -1
View File
@@ -24,7 +24,7 @@ class GitVersion:
try:
exec(f"{git_tuple[0]} = {self._exec_git(git_tuple[1])}")
except:
exec(f"{git_tuple[0]} = 'Unknown'")
exec(f'{git_tuple[0]} = "XFW-0034_12262022"')
dirty = False
try: