Skip to content

Commit c0d396f

Browse files
committed
Set version to 1.1.0-rc2
1 parent 65d517d commit c0d396f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ripple/protocol/impl/BuildInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace BuildInfo {
3030
// The build version number. You must edit this for each release
3131
// and follow the format described at http://semver.org/
3232
//------------------------------------------------------------------------------
33-
char const* const versionString = "1.1.0-rc1"
33+
char const* const versionString = "1.1.0-rc2"
3434

3535
#if defined(DEBUG) || defined(SANITIZER)
3636
"+"

0 commit comments

Comments
 (0)