Skip to content

Commit

Permalink
Update MasterParser.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
YosfanEilay authored Mar 21, 2024
1 parent 9120f86 commit 929ae84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MasterParser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if ($Option -eq 'Start' -and -not $Type) {
}

# current script version
$CurrentVersion = "v2.4"
$CurrentVersion = "v2.4.1"

# tool running path.
$RunningPath = Get-Location
Expand Down Expand Up @@ -292,4 +292,4 @@ switch ($Option) {
# stop the script here
exit
}
}
}

0 comments on commit 929ae84

Please sign in to comment.