Updates preview version to 2601.1

Keeps build and deployment scripts aligned on the current preview release for consistent output and logging.
This commit is contained in:
rbalsleyMSFT
2026-01-13 10:49:00 -08:00
parent ad35a0b7f9
commit e3a4634d3c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -443,7 +443,7 @@ param(
[switch]$Cleanup
)
$ProgressPreference = 'SilentlyContinue'
$version = '2512.1Preview'
$version = '2601.1Preview'
# Remove any existing modules to avoid conflicts
if (Get-Module -Name 'FFU.Common.Core' -ErrorAction SilentlyContinue) {