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) {