This commit is contained in:
Willy-JL
2023-05-02 22:59:19 +01:00
parent d4eef8e3f8
commit f2f46e42f6
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ DEBUG = 0
# Suffix to add to files when building distribution
# If OS environment has DIST_SUFFIX set, it will be used instead
DIST_SUFFIX = "XFW-0044_09042023"
DIST_SUFFIX = "XFW-0045_02052023"
# Coprocessor firmware
COPRO_OB_DATA = "scripts/ob.data"

View File

@@ -1,5 +1,5 @@
#!/usb/bin/env python3
VERSION = "XFW-0044"
VERSION = "XFW-0045"
from flipper.app import App