Set version to 1.9.1-b1

This commit is contained in:
Nik Bougalis
2022-05-03 13:47:16 -07:00
committed by manojsdoshi
parent 80bda7cc48
commit 670bc22cfa

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