Skip to content

Commit

Permalink
Incrementing master CL and version to be above the next release from …
Browse files Browse the repository at this point in the history
…the feature branch (#1506)
  • Loading branch information
ahsonkhan authored Nov 14, 2020
1 parent f3c07ea commit 412a523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.1.0-beta.2 (Unreleased)
## 1.1.0-beta.4 (Unreleased)

### New Features

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.2"
#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.2"
#define AZ_SDK_VERSION_PRERELEASE "beta.4"

#endif //_az_VERSION_H

0 comments on commit 412a523

Please sign in to comment.