Changed version numbers to 2608.1

This commit is contained in:
rbalsleyMSFT
2026-08-19 12:26:59 -07:00
parent 5b58b094c7
commit 9655bf9ad6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -512,7 +512,7 @@ param(
[switch]$Cleanup
)
$ProgressPreference = 'SilentlyContinue'
$version = '2604.1'
$version = '2608.1'
# Remove any existing modules to avoid conflicts
if (Get-Module -Name 'FFU.Common.Core' -ErrorAction SilentlyContinue) {
@@ -1183,7 +1183,7 @@ $LogFileName = 'ScriptLog.txt'
$USBDrive = Get-USBDrive
New-item -Path $USBDrive -Name $LogFileName -ItemType "file" -Force | Out-Null
$LogFile = $USBDrive + $LogFilename
$version = '2604.1'
$version = '2608.1'
WriteLog 'Begin Logging'
WriteLog "Script version: $version"