Skip to content

Commit 929ae84

Browse files
authored
Update MasterParser.ps1
1 parent 9120f86 commit 929ae84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MasterParser.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if ($Option -eq 'Start' -and -not $Type) {
3838
}
3939

4040
# current script version
41-
$CurrentVersion = "v2.4"
41+
$CurrentVersion = "v2.4.1"
4242

4343
# tool running path.
4444
$RunningPath = Get-Location
@@ -292,4 +292,4 @@ switch ($Option) {
292292
# stop the script here
293293
exit
294294
}
295-
}
295+
}

0 commit comments

Comments
 (0)