Skip to content

Commit 900b579

Browse files
fix: update version.txt and version.go to 1.24.2
The changelog skill missed updating these files because it derived the version from the unreleased header (1.25.0-beta.1) instead of using the version specified in the issue (1.24.2). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5875472 commit 900b579

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/azd/pkg/azdext/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ package azdext
66
// Version is the semantic version of the azdext SDK package.
77
// This value mirrors the CLI version in cli/version.txt and is
88
// automatically updated by eng/scripts/Update-CliVersion.ps1.
9-
const Version = "1.25.0-beta.1"
9+
const Version = "1.24.2"

cli/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25.0-beta.1
1+
1.24.2

0 commit comments

Comments
 (0)