From 46f3d3ef610414b48321ded1d4900b56b2bce116 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 30 Nov 2023 21:03:27 -0800 Subject: [PATCH] Set version to 2.0.0-rc5 --- src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index 88c04870de..f5e447306a 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -33,7 +33,7 @@ namespace BuildInfo { // and follow the format described at http://semver.org/ //------------------------------------------------------------------------------ // clang-format off -char const* const versionString = "2.0.0-rc4" +char const* const versionString = "2.0.0-rc5" // clang-format on #if defined(DEBUG) || defined(SANITIZER)