From 9fa18c41741853f94df6097dc56088ca600f79d8 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed, 9 Sep 2020 21:41:10 -0700 Subject: [PATCH] Increment package version after release of azure-core (#630) --- sdk/core/azure-core/CHANGELOG.md | 3 +++ sdk/core/azure-core/inc/azure/core/version.hpp | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 975fae6ce..4aa63840c 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.0.0-beta.2 (Unreleased) + + ## 1.0.0-beta.1 (2020-09-09) - Initial release diff --git a/sdk/core/azure-core/inc/azure/core/version.hpp b/sdk/core/azure-core/inc/azure/core/version.hpp index 1bb227260..edeac356c 100644 --- a/sdk/core/azure-core/inc/azure/core/version.hpp +++ b/sdk/core/azure-core/inc/azure/core/version.hpp @@ -13,7 +13,7 @@ #define AZURE_CORE_VERSION_MAJOR 1 #define AZURE_CORE_VERSION_MINOR 0 #define AZURE_CORE_VERSION_PATCH 0 -#define AZURE_CORE_VERSION_PRERELEASE "beta.1" +#define AZURE_CORE_VERSION_PRERELEASE "beta.2" namespace Azure { namespace Core { @@ -52,3 +52,4 @@ namespace Azure { namespace Core { #undef AZURE_CORE_VERSION_MINOR #undef AZURE_CORE_VERSION_PATCH #undef AZURE_CORE_VERSION_PRERELEASE +