Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.14
1.24.0-beta.1
2 changes: 1 addition & 1 deletion eng/scripts/Update-CliVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Set-Content -Path $CLI_VERSION_FILE -Value $version
$AZDEXT_VERSION_FILE = "$PSScriptRoot/../../cli/azd/pkg/azdext/version.go"
$azdExtVersionContent = Get-Content -Path $AZDEXT_VERSION_FILE -Raw
$azdExtVersionContent -replace 'const Version = ".*?"', "const Version = `"$version`"" |
Set-Content -Path $AZDEXT_VERSION_FILE -Encoding utf8
Set-Content -Path $AZDEXT_VERSION_FILE -Encoding utf8 -NoNewline

. "$PSScriptRoot/../common/scripts/Update-ChangeLog.ps1" `
-Version $version.ToString() `
Expand Down
Loading