From d927fee694be5d32d1023b37168f3a65b69f09af Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Mon, 13 Dec 2021 12:50:38 -0500 Subject: [PATCH] Bump Version --- WhyNotWin11.au3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WhyNotWin11.au3 b/WhyNotWin11.au3 index b493fdef..fcb72d7f 100644 --- a/WhyNotWin11.au3 +++ b/WhyNotWin11.au3 @@ -6,9 +6,9 @@ #AutoIt3Wrapper_UseX64=Y #AutoIt3Wrapper_Res_Comment=https://www.whynotwin11.org #AutoIt3Wrapper_Res_Description=Detection Script to help identify why your PC isn't Windows 11 Release Ready -#AutoIt3Wrapper_Res_Fileversion=2.4.3.0 +#AutoIt3Wrapper_Res_Fileversion=2.4.3.1 #AutoIt3Wrapper_Res_ProductName=WhyNotWin11 -#AutoIt3Wrapper_Res_ProductVersion=2.4.3.0 +#AutoIt3Wrapper_Res_ProductVersion=2.4.3.1 #AutoIt3Wrapper_Res_LegalCopyright=Robert Maehl, using LGPL 3 License #AutoIt3Wrapper_Res_Language=1033 #AutoIt3Wrapper_Res_requestedExecutionLevel=asInvoker @@ -30,7 +30,7 @@ Global $aFonts[5] Global $aColors[4] ; Convert to [4][8] for 2.0 themes -Global $sVersion = "2.4.3.0" +Global $sVersion = "2.4.3.1" Global $sEdition = "Standard" FileChangeDir(@SystemDir)