Set version to 1.8.0-b2

This commit is contained in:
manojsdoshi
2021-03-18 14:06:44 -07:00
parent cf8438fe1d
commit 2913847925

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.0-b1"
char const* const versionString = "1.8.0-b2"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)