From dc9e9f498ad9124e3db16eba11af1f6ae5752055 Mon Sep 17 00:00:00 2001 From: Brad Chase Date: Mon, 18 Dec 2017 13:46:55 -0500 Subject: [PATCH] Set version to 0.90.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 ab603f5611..c8abb96c64 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/ // - "0.90.0-b1" + "0.90.0-b2" #if defined(DEBUG) || defined(SANITIZER) "+"