Update version number

This commit is contained in:
github-actions
2023-03-28 23:18:45 +00:00
parent a441feec83
commit d9bf166d2a
2 changed files with 2 additions and 2 deletions
+1 -1
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-0042_09032023"
DIST_SUFFIX = "XFW-0043_28032023"
# Coprocessor firmware
COPRO_OB_DATA = "scripts/ob.data"
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usb/bin/env python3
VERSION = "XFW-0042"
VERSION = "XFW-0043"
from flipper.app import App