Updates script versions to 2603.1

Bumps the internal version strings from the 2602.1 preview to the 2603.1 release across deployment scripts.
This commit is contained in:
rbalsleyMSFT
2026-03-09 16:33:54 -07:00
parent db22c1801d
commit 711582ae71
2 changed files with 2 additions and 2 deletions
@@ -835,7 +835,7 @@ $LogFileName = 'ScriptLog.txt'
$USBDrive = Get-USBDrive
New-item -Path $USBDrive -Name $LogFileName -ItemType "file" -Force | Out-Null
$LogFile = $USBDrive + $LogFilename
$version = '2602.1Preview'
$version = '2603.1'
WriteLog 'Begin Logging'
WriteLog "Script version: $version"