Skip to content

Commit 4f422f6

Browse files
committed
Setting version to 1.6.0-b1
1 parent 393ca87 commit 4f422f6

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
@@ -31,7 +31,7 @@ namespace BuildInfo {
3131
// The build version number. You must edit this for each release
3232
// and follow the format described at http://semver.org/
3333
//------------------------------------------------------------------------------
34-
char const* const versionString = "1.5.0"
34+
char const* const versionString = "1.6.0-b1"
3535

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

0 commit comments

Comments
 (0)