Set version to 1.8.2

This commit is contained in:
manojsdoshi
2021-12-20 13:20:02 -08:00
parent 4ec11e692b
commit 89766c5f21
2 changed files with 32 additions and 1 deletions

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