Updates preview version to 2602.1

Keeps build and deployment scripts aligned with the latest preview release number.
This commit is contained in:
rbalsleyMSFT
2026-02-04 13:48:16 -08:00
parent 133e70ea89
commit 9f09dd06c9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ param(
[switch]$Cleanup
)
$ProgressPreference = 'SilentlyContinue'
$version = '2601.1Preview'
$version = '2602.1Preview'
# Remove any existing modules to avoid conflicts
if (Get-Module -Name 'FFU.Common.Core' -ErrorAction SilentlyContinue) {
@@ -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 = '2601.1Preview'
$version = '2602.1Preview'
WriteLog 'Begin Logging'
WriteLog "Script version: $version"