Increment CLI version after release#8558
Conversation
There was a problem hiding this comment.
Pull request overview
This PR increments the Azure Developer CLI version after the 1.25.5 release by updating the canonical version file and the mirrored azdext SDK version constant.
Changes:
- Bump CLI version from
1.25.5to1.26.0-beta.1incli/version.txt. - Keep
cli/azd/pkg/azdext/version.goin sync by updatingconst Versionto1.26.0-beta.1.
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 source-of-truth version string to 1.26.0-beta.1. |
| cli/azd/pkg/azdext/version.go | Updates the azdext SDK Version constant to match 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