Skip to content

Commit e66d781

Browse files
authored
Increment version for azcore releases (Azure#18826)
Increment package version after release of azcore
1 parent 4259787 commit e66d781

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+
## 1.1.3 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.1.2 (2022-08-09)
414

515
### Other Changes

sdk/azcore/internal/shared/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ const (
3030
Module = "azcore"
3131

3232
// Version is the semantic version (see http://semver.org) of this module.
33-
Version = "v1.1.2"
33+
Version = "v1.1.3"
3434
)

0 commit comments

Comments
 (0)