From 4f422f6f393b12d5aaba11fb65c33b7885891906 Mon Sep 17 00:00:00 2001 From: manojsdoshi Date: Mon, 6 Apr 2020 17:31:52 -0700 Subject: [PATCH] Setting version to 1.6.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 4872671e8d3..57f0e401341 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -31,7 +31,7 @@ namespace BuildInfo { // The build version number. You must edit this for each release // and follow the format described at http://semver.org/ //------------------------------------------------------------------------------ -char const* const versionString = "1.5.0" +char const* const versionString = "1.6.0-b1" #if defined(DEBUG) || defined(SANITIZER) "+"