Set version to 1.9.0-b1

This commit is contained in:
Nik Bougalis
2022-01-22 20:39:15 -08:00
committed by manojsdoshi
parent 6a8180c967
commit 1a8eb5e6e3

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