From 40b4adc9cc296a7e3c6e8c94b5a977a54c835613 Mon Sep 17 00:00:00 2001 From: seelabs Date: Mon, 20 May 2024 17:46:43 -0400 Subject: [PATCH] Set version to 2.2.0-rc3 --- 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 a6cec0727db..4d1285b33b5 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.2.0-rc2" +char const* const versionString = "2.2.0-rc3" // clang-format on #if defined(DEBUG) || defined(SANITIZER)