Skip to content

Commit

Permalink
Increment sdk version after release of C SDK (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Dec 15, 2020
1 parent 9cfdbd6 commit 93fb336
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.1.0-beta.4 (Unreleased)


## 1.1.0-beta.3 (2020-12-14)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions sdk/inc/azure/core/az_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/// The version in string format used for telemetry following the `semver.org` standard
/// (https://semver.org).
#define AZ_SDK_VERSION_STRING "1.1.0-beta.3"
#define AZ_SDK_VERSION_STRING "1.1.0-beta.4"

/// Major numeric identifier.
#define AZ_SDK_VERSION_MAJOR 1
Expand All @@ -29,6 +29,6 @@
#define AZ_SDK_VERSION_PATCH 0

/// Optional pre-release identifier. SDK is in a pre-release state when present.
#define AZ_SDK_VERSION_PRERELEASE "beta.3"
#define AZ_SDK_VERSION_PRERELEASE "beta.4"

#endif //_az_VERSION_H

0 comments on commit 93fb336

Please sign in to comment.