Increment CLI version after release#8346
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request increments the Azure Developer CLI version to the next development prerelease after the 1.25.2 release, keeping the CLI version file and the azdext SDK version constant aligned.
Changes:
- Bump
cli/version.txtfrom1.25.2to1.26.0-beta.1. - Bump
cli/azd/pkg/azdext/version.goconst Versionto1.26.0-beta.1to mirror the CLI version.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
cli/version.txt |
Updates the CLI’s authoritative version string to 1.26.0-beta.1. |
cli/azd/pkg/azdext/version.go |
Keeps the azdext SDK Version constant in sync with cli/version.txt. |
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Increment CLI version after release