Increment CLI version after release#8636
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the Azure Developer CLI’s version to the next beta after the 1.25.6 release, keeping the CLI version stamp and the azd extension SDK version constant in sync.
Changes:
- Update
cli/version.txtfrom1.25.6to1.26.0-beta.1. - Update
cli/azd/pkg/azdext/version.goVersionconstant to1.26.0-beta.1to matchcli/version.txt.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
cli/version.txt |
Advances the CLI version stamp to 1.26.0-beta.1 for the next post-release development cycle. |
cli/azd/pkg/azdext/version.go |
Keeps azdext.Version aligned with cli/version.txt per repo versioning guidance. |
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