From c28edb9c4f40872ccfbcaaf5f98cd85f44cc9fbd Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 11 Jul 2023 17:10:41 +0100 Subject: [PATCH] Bump the version date. --- Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Version.h b/Version.h index acbd087..6a077a5 100644 --- a/Version.h +++ b/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20230707"; +const char* VERSION = "20230711"; #endif