Bumps version to 2511.2Preview

Updates version string in BuildFFUVM.ps1 and ApplyFFU.ps1
to reflect the new preview release.
This commit is contained in:
rbalsleyMSFT
2026-01-05 12:10:35 -08:00
parent 25fe90253c
commit 2f180747b7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -443,7 +443,7 @@ param(
[switch]$Cleanup
)
$ProgressPreference = 'SilentlyContinue'
$version = '2511.1Preview'
$version = '2511.2Preview'
# Remove any existing modules to avoid conflicts
if (Get-Module -Name 'FFU.Common.Core' -ErrorAction SilentlyContinue) {