Skip to content

Commit 97863e0

Browse files
committed
Set version to 2.2.0-b1
1 parent 8a2f6be commit 97863e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ripple/protocol/impl/BuildInfo.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace BuildInfo {
3333
// and follow the format described at http://semver.org/
3434
//------------------------------------------------------------------------------
3535
// clang-format off
36-
char const* const versionString = "2.1.0"
36+
char const* const versionString = "2.2.0-b1"
3737
// clang-format on
3838

3939
#if defined(DEBUG) || defined(SANITIZER)

0 commit comments

Comments
 (0)