Updates preview version to 2509.1

Increments internal preview version for build and deployment scripts to reflect next preview cycle, ensuring logs and artifacts show the correct release identifier for traceability.
This commit is contained in:
rbalsleyMSFT
2025-10-01 17:19:39 -07:00
parent eaa3e1e6af
commit c110dcd40e
2 changed files with 2 additions and 2 deletions
@@ -234,7 +234,7 @@ $LogFileName = 'ScriptLog.txt'
$USBDrive = Get-USBDrive
New-item -Path $USBDrive -Name $LogFileName -ItemType "file" -Force | Out-Null
$LogFile = $USBDrive + $LogFilename
$version = '2508.1Preview'
$version = '2509.1Preview'
WriteLog 'Begin Logging'
WriteLog "Script version: $version"