From 2a469774fe169a7c67c88a6d66c96522146a5887 Mon Sep 17 00:00:00 2001 From: Dimitris Mantzouranis Date: Sat, 14 Sep 2024 13:05:16 +0300 Subject: [PATCH] v2.0.5 --- sonixflasher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonixflasher.c b/sonixflasher.c index ceaaec2..11d9f17 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.4" +#define PROJECT_VER "2.0.5" uint16_t BLANK_CHECKSUM = 0x0000; uint16_t CS0 = CS0_0;