Set version to 1.10.0-b1

This commit is contained in:
Nik Bougalis
2022-08-04 11:16:10 -07:00
parent 7b3507bb87
commit fe05b8c4fe

View File

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