From 8b279c3ee0fd56ce060f4f6f1a7e73b5776c2c9e Mon Sep 17 00:00:00 2001 From: Dimitris Mantzouranis Date: Sat, 14 Sep 2024 17:39:07 +0300 Subject: [PATCH] v2.0.6 --- sonixflasher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonixflasher.c b/sonixflasher.c index 11d9f17..3e9f3b7 100644 --- a/sonixflasher.c +++ b/sonixflasher.c @@ -78,7 +78,7 @@ #define RETRY_DELAY_MS 100 #define PROJECT_NAME "sonixflasher" -#define PROJECT_VER "2.0.5" +#define PROJECT_VER "2.0.6" uint16_t BLANK_CHECKSUM = 0x0000; uint16_t CS0 = CS0_0;