Set version to 1.8.0-b5

This commit is contained in:
Nik Bougalis
2021-09-08 14:55:49 -07:00
parent d9d001dffd
commit 8a25f32824

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