From 97863e0b626aa34d6cba09a7074b7f6c08832f48 Mon Sep 17 00:00:00 2001 From: seelabs Date: Thu, 29 Feb 2024 11:07:24 -0500 Subject: [PATCH] Set version to 2.2.0-b1 --- 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 c6d61864d50..c1907a2e1a6 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.1.0" +char const* const versionString = "2.2.0-b1" // clang-format on #if defined(DEBUG) || defined(SANITIZER)