Set version to 2.3.0-b4

This commit is contained in:
Elliot Lee
2024-09-18 10:56:33 -07:00
parent a75309919e
commit 1fbf8da79f

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