From dbade67dc4663568c948c75b96e02ee05eaa043f Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Thu, 4 May 2023 03:17:44 +0100 Subject: [PATCH] Bump hotfix version --- fbt_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbt_options.py b/fbt_options.py index 5c874357a..3fdcc6e30 100644 --- a/fbt_options.py +++ b/fbt_options.py @@ -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-0045_02052023" +DIST_SUFFIX = "XFW-0045_04052023" # Coprocessor firmware COPRO_OB_DATA = "scripts/ob.data"