Skip to content

Commit 27808ae

Browse files
authored
Increment CLI version after release (#8558)
1 parent 5516392 commit 27808ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/azd/pkg/azdext/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ package azdext
66
// Version is the semantic version of the azdext SDK package.
77
// This value mirrors the CLI version in cli/version.txt and is
88
// automatically updated by eng/scripts/Update-CliVersion.ps1.
9-
const Version = "1.25.5"
9+
const Version = "1.26.0-beta.1"

cli/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25.5
1+
1.26.0-beta.1

0 commit comments

Comments
 (0)