set version to 0.3.0-b3 (#197)

This commit is contained in:
Nathan Nichols
2022-06-27 15:32:57 -07:00
committed by GitHub
parent a3a15754b4
commit 55f0536dca

View File

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