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
+1 -1
View File
@@ -436,7 +436,7 @@ param(
[switch]$Cleanup
)
$ProgressPreference = 'SilentlyContinue'
$version = '2508.1Preview'
$version = '2509.1Preview'
# Remove any existing modules to avoid conflicts
if (Get-Module -Name 'FFU.Common.Core' -ErrorAction SilentlyContinue) {