From 9af994ceb45a82861205bb9d0b8d845cec950524 Mon Sep 17 00:00:00 2001 From: seelabs Date: Thu, 15 Mar 2018 14:31:02 -0400 Subject: [PATCH] Set version to 1.0.0-b2 --- 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 9525f7f13d..d6284d49c0 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -34,7 +34,7 @@ char const* const versionString = // The build version number. You must edit this for each release // and follow the format described at http://semver.org/ // - "1.0.0-b1" + "1.0.0-b2" #if defined(DEBUG) || defined(SANITIZER) "+"