Set version to 1.0.3

This commit is contained in:
Michael Legleux
2022-08-18 17:49:00 -07:00
committed by manojsdoshi
parent 8e17039586
commit d2c870db92

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