From 333301b767d92b7250bbbccd74098de65559b11a Mon Sep 17 00:00:00 2001 From: Tim Muessig Date: Tue, 27 Sep 2022 12:51:27 -0500 Subject: [PATCH] Updated version numnber --- Windows_VDOT.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows_VDOT.ps1 b/Windows_VDOT.ps1 index 6fe133e..478abd1 100644 --- a/Windows_VDOT.ps1 +++ b/Windows_VDOT.ps1 @@ -91,7 +91,7 @@ it is nearly impossible to get it back. Please review the configuration files a #> BEGIN { - [Version]$VDOTVersion = "2.0.2009.1" + [Version]$VDOTVersion = "2.1.2009.1" # Create Key $KeyPath = 'HKLM:\SOFTWARE\VDOT' If (-Not(Test-Path $KeyPath))