Bumps script version to 2507.2

Updates the version number in the build and deployment scripts.
This commit is contained in:
rbalsleyMSFT
2025-08-01 14:44:12 -07:00
parent eae07fcad0
commit 3e46d4b280
2 changed files with 2 additions and 2 deletions
@@ -208,7 +208,7 @@ $LogFileName = 'ScriptLog.txt'
$USBDrive = Get-USBDrive
New-item -Path $USBDrive -Name $LogFileName -ItemType "file" -Force | Out-Null
$LogFile = $USBDrive + $LogFilename
$version = '2507.1'
$version = '2507.2'
WriteLog 'Begin Logging'
WriteLog "Script version: $version"