We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e953b commit 5f51e02Copy full SHA for 5f51e02
src/libxrpl/protocol/BuildInfo.cpp
@@ -36,7 +36,7 @@ namespace BuildInfo {
36
// and follow the format described at http://semver.org/
37
//------------------------------------------------------------------------------
38
// clang-format off
39
-char const* const versionString = "2.5.0-b1"
+char const* const versionString = "2.5.0-b2"
40
// clang-format on
41
42
#if defined(DEBUG) || defined(SANITIZER)
0 commit comments