Set version to 1.9.0-b3

This commit is contained in:
manojsdoshi
2022-04-06 13:30:48 -07:00
parent 70779f6850
commit c66be3e6cf

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