Skip to content

Commit 9c9d62a

Browse files
authored
Increment package version after release of azcore (#20740)
1 parent 36f766d commit 9c9d62a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

sdk/azcore/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.6.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.6.0 (2023-05-04)
414

515
### Features Added

sdk/azcore/internal/shared/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ const (
3232
Module = "azcore"
3333

3434
// Version is the semantic version (see http://semver.org) of this module.
35-
Version = "v1.6.0"
35+
Version = "v1.6.1"
3636
)

0 commit comments

Comments
 (0)