We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e17039 commit d2c870dCopy full SHA for d2c870d
src/main/impl/Build.cpp
@@ -12,7 +12,7 @@ namespace Build {
12
// and follow the format described at http://semver.org/
13
//------------------------------------------------------------------------------
14
// clang-format off
15
-char const* const versionString = "1.0.3-rc1"
+char const* const versionString = "1.0.3"
16
// clang-format on
17
18
#if defined(DEBUG) || defined(SANITIZER)
0 commit comments