mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Fix version numbering
This commit is contained in:
@@ -407,7 +407,6 @@ param(
|
|||||||
[bool]$UpdateADK = $true
|
[bool]$UpdateADK = $true
|
||||||
)
|
)
|
||||||
$version = '2505.1'
|
$version = '2505.1'
|
||||||
$version = '2412.3'
|
|
||||||
|
|
||||||
# Remove any existing modules to avoid conflicts
|
# Remove any existing modules to avoid conflicts
|
||||||
if (Get-Module -Name 'FFU.Common.Core' -ErrorAction SilentlyContinue) {
|
if (Get-Module -Name 'FFU.Common.Core' -ErrorAction SilentlyContinue) {
|
||||||
|
|||||||
Reference in New Issue
Block a user