mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Updates script version to 2508.1Preview
Aligns the version number in the FFU build and deployment scripts with the new preview release.
This commit is contained in:
@@ -430,7 +430,7 @@ param(
|
||||
[switch]$Cleanup
|
||||
)
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
$version = '2507.2'
|
||||
$version = '2508.1Preview'
|
||||
|
||||
# Remove any existing modules to avoid conflicts
|
||||
if (Get-Module -Name 'FFU.Common.Core' -ErrorAction SilentlyContinue) {
|
||||
|
||||
Reference in New Issue
Block a user