From 8e4b4ee512eeadecdf878399db806e02a7e7f610 Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Fri, 17 Jun 2022 10:23:51 -0500 Subject: [PATCH] v1.1-SNAPSHOT-20220617 --- src/BlueSCSI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BlueSCSI.cpp b/src/BlueSCSI.cpp index 37f4990..807be56 100644 --- a/src/BlueSCSI.cpp +++ b/src/BlueSCSI.cpp @@ -44,7 +44,7 @@ // 2: Debug information output to LOG.txt (slow) // Log File -#define VERSION "1.1-SNAPSHOT-20220522" +#define VERSION "1.1-SNAPSHOT-20220617" #define LOG_FILENAME "LOG.txt" #include "BlueSCSI.h"