set version to 0.3.0-b1 (#178)

This commit is contained in:
Nathan Nichols
2022-06-15 18:29:40 -05:00
committed by GitHub
parent 92d6687151
commit d64753c0dd

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