diff --git a/vCheck.ps1 b/vCheck.ps1 index b2679121..7a984001 100644 --- a/vCheck.ps1 +++ b/vCheck.ps1 @@ -30,7 +30,7 @@ .NOTES File Name : vCheck.ps1 Author : Alan Renouf - @alanrenouf - Version : 6.19 + Version : 6.20 Thanks to all who have commented on my blog to help improve this project all beta testers and previous contributors to this script. @@ -61,7 +61,7 @@ param ( [ValidateScript({Test-Path $_ -PathType 'Leaf'})] [string]$job ) -$Version = "6.19" +$Version = "6.20" ################################################################################ # Functions #