From 31df92902dc25e90f12344a254e1396cf3e28cf2 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Sat, 18 Apr 2026 07:05:47 +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 1fd34d18892..d36ab3eba82 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.24.1" +const Version = "1.25.0-beta.1" diff --git a/cli/version.txt b/cli/version.txt index f9e8384bb6c..f1c6fcdbdeb 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -1.24.1 +1.25.0-beta.1