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, [string]$ExportConfigFile,
[bool]$UpdateADK = $true [bool]$UpdateADK = $true
) )
$version = '2505.1' $version = '2505.2'
# If a config file is specified and it exists, load it # If a config file is specified and it exists, load it
if ($ConfigFile -and (Test-Path -Path $ConfigFile)) { if ($ConfigFile -and (Test-Path -Path $ConfigFile)) {
@@ -135,7 +135,7 @@ $LogFileName = 'ScriptLog.txt'
$USBDrive = Get-USBDrive $USBDrive = Get-USBDrive
New-item -Path $USBDrive -Name $LogFileName -ItemType "file" -Force | Out-Null New-item -Path $USBDrive -Name $LogFileName -ItemType "file" -Force | Out-Null
$LogFile = $USBDrive + $LogFilename $LogFile = $USBDrive + $LogFilename
$version = '2505.1' $version = '2505.2'
WriteLog 'Begin Logging' WriteLog 'Begin Logging'
WriteLog "Script version: $version" WriteLog "Script version: $version"