Set version on develop to 3.1.0-b0

This commit is contained in:
Bronek Kozicki
2025-11-03 11:43:39 +00:00
parent 8eb233c2ea
commit 550c405ad5

View File

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