Changed version to 2405.1

This commit is contained in:
rbalsleyMSFT
2024-05-24 15:29:05 -07:00
parent 1978736133
commit 12edabf213
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ param(
[bool]$CleanupDeployISO = $true,
[bool]$CleanupAppsISO = $true
)
$version = '2404.2'
$version = '2405.1'
#Check if Hyper-V feature is installed (requires only checks the module)
$osInfo = Get-WmiObject -Class Win32_OperatingSystem
@@ -117,7 +117,7 @@ $LogFileName = 'ScriptLog.txt'
$USBDrive = Get-USBDrive
New-item -Path $USBDrive -Name $LogFileName -ItemType "file" -Force | Out-Null
$LogFile = $USBDrive + $LogFilename
$version = '2404.3'
$version = '2405.1'
WriteLog 'Begin Logging'
WriteLog "Script version: $version"