mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-13 18:07:20 -06:00
Bumps script version to 2507.2
Updates the version number in the build and deployment scripts.
This commit is contained in:
@@ -420,7 +420,7 @@ param(
|
||||
[bool]$UpdateADK = $true
|
||||
)
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
$version = '2507.1'
|
||||
$version = '2507.2'
|
||||
|
||||
# Remove any existing modules to avoid conflicts
|
||||
if (Get-Module -Name 'FFU.Common.Core' -ErrorAction SilentlyContinue) {
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user