We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393ca87 commit 4f422f6Copy full SHA for 4f422f6
src/ripple/protocol/impl/BuildInfo.cpp
@@ -31,7 +31,7 @@ namespace BuildInfo {
31
// The build version number. You must edit this for each release
32
// and follow the format described at http://semver.org/
33
//------------------------------------------------------------------------------
34
-char const* const versionString = "1.5.0"
+char const* const versionString = "1.6.0-b1"
35
36
#if defined(DEBUG) || defined(SANITIZER)
37
"+"
0 commit comments