From 22cb224d8238ccffbc5af2019e4aa4c9443275e8 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 12 Aug 2026 22:51:18 +0000 Subject: [PATCH] Increment CLI version after release --- cli/azd/pkg/azdext/version.go | 2 +- cli/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/azd/pkg/azdext/version.go b/cli/azd/pkg/azdext/version.go index f3b868a8c47..792b6095dfb 100644 --- a/cli/azd/pkg/azdext/version.go +++ b/cli/azd/pkg/azdext/version.go @@ -6,4 +6,4 @@ package azdext // Version is the semantic version of the azdext SDK package. // This value mirrors the CLI version in cli/version.txt and is // automatically updated by eng/scripts/Update-CliVersion.ps1. -const Version = "1.31.0" +const Version = "1.32.0-beta.1" diff --git a/cli/version.txt b/cli/version.txt index 34aae156b19..26fbded71f6 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -1.31.0 +1.32.0-beta.1