Skip to content

Commit 3c6770e

Browse files
authored
Increment version for azcore releases (Azure#17593)
Increment package version after release of azcore
1 parent 8ad277f commit 3c6770e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

sdk/azcore/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 0.23.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.23.1 (2022-04-14)
414

515
### Bugs Fixed

sdk/azcore/internal/shared/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ const (
3535
Module = "azcore"
3636

3737
// Version is the semantic version (see http://semver.org) of this module.
38-
Version = "v0.23.1"
38+
Version = "v0.23.2"
3939
)

0 commit comments

Comments
 (0)