From 1ede09760eb1f252bd63af0016334922760bd97e Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Sat, 28 Jan 2017 21:57:05 -0800 Subject: [PATCH] Set version to 0.50.1 --- 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 e9d1c8717..120e2abf1 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -33,7 +33,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.50.0" + "0.50.1" #if defined(DEBUG) || defined(SANITIZER) "+"