From 81c264765e1b8b09c5c3fc4c34ec16dcc3366a86 Mon Sep 17 00:00:00 2001 From: Sneddo Date: Fri, 17 Oct 2014 14:18:46 +1100 Subject: [PATCH] Version 6.21 Probably about time be bumped the version number...been pretty bad about remembering to do this! --- vCheck.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vCheck.ps1 b/vCheck.ps1 index 0c324865..004492ae 100644 --- a/vCheck.ps1 +++ b/vCheck.ps1 @@ -30,7 +30,7 @@ .NOTES File Name : vCheck.ps1 Author : Alan Renouf - @alanrenouf - Version : 6.21-alpha-2 + Version : 6.21 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.20-alpha-1" +$Version = "6.21" $Date = Get-Date ################################################################################ # Functions #