Updates version to 2604.1

Increments the script version identifiers to reflect the new release cycle.
This commit is contained in:
rbalsleyMSFT
2026-04-15 14:42:23 -07:00
parent 38323e6be1
commit 14811e3f9c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -480,7 +480,7 @@ param(
[switch]$Cleanup
)
$ProgressPreference = 'SilentlyContinue'
$version = '2603.2'
$version = '2604.1'
# Remove any existing modules to avoid conflicts
if (Get-Module -Name 'FFU.Common.Core' -ErrorAction SilentlyContinue) {