From ee0165135318e64b2765ba9019e073e5b1d23dc7 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Fri, 9 Jun 2023 09:54:02 -0700 Subject: [PATCH] Set version to 1.11.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 430f805f7e2..031ca744701 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 = "1.11.0-rc2" +char const* const versionString = "1.11.0-rc3" // clang-format on #if defined(DEBUG) || defined(SANITIZER)