Set version to 2.3.0-b2

This commit is contained in:
Ed Hennis
2024-07-31 17:14:04 -04:00
parent 8b181ed818
commit e5aa605742

View File

@@ -33,7 +33,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "2.3.0-b1"
char const* const versionString = "2.3.0-b2"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)