From da68651f612371d082d7055439f7c55e4358eba9 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Wed, 7 Feb 2024 13:59:44 -0800 Subject: [PATCH] Set version to 2.1.0-rc1 --- 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 e3102282579..be7404c7d40 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.1" +char const* const versionString = "2.1.0-rc1" // clang-format on #if defined(DEBUG) || defined(SANITIZER)