We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab8f6c commit 12407e8Copy full SHA for 12407e8
sdk/core/azure-core/CHANGELOG.md
@@ -1,10 +1,6 @@
1
# Release History
2
3
-## 1.11.0-beta.1 (Unreleased)
4
-
5
-### Features Added
6
7
-### Breaking Changes
+## 1.10.3 (2023-10-05)
8
9
### Bugs Fixed
10
sdk/core/azure-core/src/private/package_version.hpp
@@ -11,9 +11,9 @@
11
#include <cstdint>
12
13
#define AZURE_CORE_VERSION_MAJOR 1
14
-#define AZURE_CORE_VERSION_MINOR 11
15
-#define AZURE_CORE_VERSION_PATCH 0
16
-#define AZURE_CORE_VERSION_PRERELEASE "beta.1"
+#define AZURE_CORE_VERSION_MINOR 10
+#define AZURE_CORE_VERSION_PATCH 3
+#define AZURE_CORE_VERSION_PRERELEASE ""
17
18
#define AZURE_CORE_VERSION_ITOA_HELPER(i) #i
19
#define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)
0 commit comments