chore: update WELA.ps1 to display release version in output

This commit is contained in:
fukusuket
2025-11-15 13:04:29 +09:00
parent ec7be1ea3a
commit 87aa4ca3f3

View File

@@ -5965,7 +5965,6 @@ $logo = @"
by Yamato Security
WELA v2.0.0 - CODE BLUE Release
"@
$usage = @"
@@ -5982,6 +5981,9 @@ Usage:
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
Write-Host $logo -ForegroundColor Green
Write-Host ""
Write-Host "WELA v2.0.0 - CODE BLUE Release"
Write-Host ""
switch ($Cmd.ToLower()) {
"audit-settings" {