Set version to 1.6.0-rc2

This commit is contained in:
Nik Bougalis
2020-08-05 16:36:55 -07:00
parent dbd5f0073e
commit e5d17a9452

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-rc1"
char const* const versionString = "1.6.0-rc2"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)