Set version to 2.3.0-b1

This commit is contained in:
seelabs
2024-06-20 15:30:07 -04:00
parent 7cf4611d7c
commit ef02893f2f

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