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
@@ -950,7 +950,7 @@ $LogFileName = 'ScriptLog.txt'
$USBDrive = Get-USBDrive
New-item -Path $USBDrive -Name $LogFileName -ItemType "file" -Force | Out-Null
$LogFile = $USBDrive + $LogFilename
$version = '2603.2'
$version = '2604.1'
WriteLog 'Begin Logging'
WriteLog "Script version: $version"