Skip to content

Commit 3b9574c

Browse files
authored
Increment package version after release of azure-core (#5614)
1 parent 52737ee commit 3b9574c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

sdk/core/azure-core/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.13.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.12.0 (2024-05-09)
414

515
### Bugs Fixed

sdk/core/azure-core/src/private/package_version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
#include <cstdint>
1212

1313
#define AZURE_CORE_VERSION_MAJOR 1
14-
#define AZURE_CORE_VERSION_MINOR 12
14+
#define AZURE_CORE_VERSION_MINOR 13
1515
#define AZURE_CORE_VERSION_PATCH 0
16-
#define AZURE_CORE_VERSION_PRERELEASE ""
16+
#define AZURE_CORE_VERSION_PRERELEASE "beta.1"
1717

1818
#define AZURE_CORE_VERSION_ITOA_HELPER(i) #i
1919
#define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)

0 commit comments

Comments
 (0)