Set version to 1.9.0

This commit is contained in:
manojsdoshi
2022-04-06 20:28:37 -07:00
parent cdd37a2a05
commit 7c66747d27
2 changed files with 63 additions and 1 deletions

View File

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