From 7dccdad6a19f57aa6e165c8f62c0f73772a66b2c Mon Sep 17 00:00:00 2001 From: Sneddo Date: Fri, 2 Jan 2015 07:56:25 +1100 Subject: [PATCH] Bumping version number Calling this 6.22 - other than a couple of minor changes, the last few changes seem to be pretty stable. Happy New Year everyone :) --- vCheck.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vCheck.ps1 b/vCheck.ps1 index 888572f8..b3fdfb92 100644 --- a/vCheck.ps1 +++ b/vCheck.ps1 @@ -30,7 +30,7 @@ .NOTES File Name : vCheck.ps1 Author : Alan Renouf - @alanrenouf - Version : 6.22-Alpha-9a + Version : 6.22 Thanks to all who have commented on my blog to help improve this project all beta testers and previous contributors to this script. @@ -62,7 +62,7 @@ param ( [ValidateScript({Test-Path $_ -PathType 'Leaf'})] [string]$job ) -$vCheckVersion = "6.22-Alpha-9a" +$vCheckVersion = "6.22" $Date = Get-Date ################################################################################