Skip to content

Commit

Permalink
Increment package version after release of internal (#23004)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Jun 6, 2024
1 parent 897e903 commit 9ad32c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions sdk/internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.9.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.9.0 (2024-06-06)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ package internal
const (
// version is the semantic version (see http://semver.org) of this module.
//lint:ignore U1000 reason: "this constant is used by release automation"
version = "v1.9.0"
version = "v1.9.1"
)

0 comments on commit 9ad32c5

Please sign in to comment.