Skip to content

Commit

Permalink
Update New-SDAFDevopsProject.ps1
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
KimForss authored Sep 11, 2024
1 parent 04a84b6 commit c2535d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/scripts/New-SDAFDevopsProject.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ControlPlaneSubscriptionName = $Env:SDAF_ControlPlaneSubscriptionName
if ($IsWindows) { $pathSeparator = "\" } else { $pathSeparator = "/" }
#endregion

$versionLabel = "v3.11.0.3"
$versionLabel = "v3.12.0.0"

# az logout

Expand Down Expand Up @@ -1131,4 +1131,4 @@ else {
}


Write-Host "The script has completed" -ForegroundColor Green
Write-Host "The script has completed" -ForegroundColor Green

0 comments on commit c2535d8

Please sign in to comment.