fix: update script version to 2505.2 in BuildFFUVM.ps1 and ApplyFFU.ps1 for consistency across files

This commit is contained in:
rbalsleyMSFT
2025-08-12 17:47:25 -07:00
parent d4274d54d2
commit 6e95ff92b1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -395,7 +395,7 @@ param(
[string]$ExportConfigFile,
[bool]$UpdateADK = $true
)
$version = '2505.1'
$version = '2505.2'
# If a config file is specified and it exists, load it
if ($ConfigFile -and (Test-Path -Path $ConfigFile)) {