Increment CLI version after release#7505
Conversation
There was a problem hiding this comment.
Pull request overview
Bumps the Azure Developer CLI version stamp after the 1.23.14 release to start the next prerelease train (1.24.0-beta.1), keeping the CLI version file aligned with the azdext SDK version constant.
Changes:
- Update
cli/version.txtfrom1.23.14to1.24.0-beta.1. - Keep
cli/azd/pkg/azdext/version.goaligned to the same version (no functional code change).
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 version stamp to 1.24.0-beta.1 for post-release development. |
cli/azd/pkg/azdext/version.go |
Remains on 1.24.0-beta.1, consistent with the CLI version stamp. |
…nces Update-CliVersion.ps1 was adding a trailing blank line via Set-Content. Added -NoNewline flag to prevent gofmt lint failures on future version bumps. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Also fixes gofmt lint failure in
version.go- theUpdate-CliVersion.ps1script was adding a trailing blank line viaSet-Content. Added-NoNewlineflag so future version bumps wont hit this.