Set version to 1.8.0-b4

This commit is contained in:
manojsdoshi
2021-07-26 18:23:23 -07:00
parent 324667b877
commit aee422e819

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