From 846538304fa9ddee17e9baa196c98d6649f06b13 Mon Sep 17 00:00:00 2001 From: Manoj doshi Date: Wed, 3 Jul 2019 11:34:36 -0700 Subject: [PATCH] Set version to 1.3.0-rc2 --- 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 8769b882f..b12920368 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -30,7 +30,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.3.0-rc1" +char const* const versionString = "1.3.0-rc2" #if defined(DEBUG) || defined(SANITIZER) "+"