Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
New version number to start version tagging. This will help us track changes between releases.
Sneddo committed Mar 5, 2014
1 parent d3851b8 commit 59b4904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vCheck.ps1
Original file line number Diff line number Diff line change
@@ -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 #

0 comments on commit 59b4904

Please sign in to comment.