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