Set version to 1.0.3-rc1

This commit is contained in:
manojsdoshi
2022-11-02 12:15:15 -07:00
committed by CJ Cobb
parent 777ae24f62
commit 1310e5dde9

View File

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