Set version to 1.8.2-rc1

This commit is contained in:
manojsdoshi
2021-12-15 17:15:34 -08:00
parent d02f0e11c5
commit 4ec11e692b

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