Set version to 1.6.0-rc1

This commit is contained in:
manojsdoshi
2020-07-08 13:39:53 -07:00
parent a459206848
commit 7b048b423e

View File

@@ -33,7 +33,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "1.6.0-b9"
char const* const versionString = "1.6.0-rc1"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)