From 2ef37ab33df1ae099f9adaceb5377eceb3d70149 Mon Sep 17 00:00:00 2001 From: Lyall Stamper Date: Thu, 2 May 2024 09:19:35 +0100 Subject: [PATCH] Version bump. --- src/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dllmain.cpp b/src/dllmain.cpp index c50ddaa..901ee02 100644 --- a/src/dllmain.cpp +++ b/src/dllmain.cpp @@ -11,7 +11,7 @@ HMODULE baseModule = GetModuleHandle(NULL); inipp::Ini ini; std::shared_ptr logger; std::string sFixName = "GBFRelinkFix"; -std::string sFixVer = "1.1.0"; +std::string sFixVer = "1.1.1"; std::string sLogFile = "GBFRelinkFix.log"; std::string sConfigFile = "GBFRelinkFix.ini"; std::string sExeName;