mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-07 19:01:54 -07:00
Update version.py
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user