From 59b4904e60391942f1c3759745690ff765f12f4c Mon Sep 17 00:00:00 2001 From: Sneddo Date: Wed, 5 Mar 2014 11:54:47 +1100 Subject: [PATCH] Bump version number New version number to start version tagging. This will help us track changes between releases. --- vCheck.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 #