Fix version numbering

This commit is contained in:
rbalsleyMSFT
2025-05-26 12:23:16 -07:00
parent f162de89be
commit 266fcbf58b
-1
View File
@@ -407,7 +407,6 @@ param(
[bool]$UpdateADK = $true
)
$version = '2505.1'
$version = '2412.3'
# Remove any existing modules to avoid conflicts
if (Get-Module -Name 'FFU.Common.Core' -ErrorAction SilentlyContinue) {