Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Dec 13, 2021
1 parent c457482 commit d927fee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WhyNotWin11.au3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down

0 comments on commit d927fee

Please sign in to comment.