From 383f1b6ab3e8509f4a473e8992c76feb29fe1c55 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Tue, 21 Mar 2023 11:14:20 -0700 Subject: [PATCH] Set version to 1.10.1-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 03e83dd36c..e4f901584d 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.10.0" +char const* const versionString = "1.10.1-rc1" // clang-format on #if defined(DEBUG) || defined(SANITIZER)