Skip to content

Commit

Permalink
Merge pull request stellar#4304 from marta-lokhova/bump_overlay_versi…
Browse files Browse the repository at this point in the history
…on_33

Bump overlay version to 33

Reviewed-by: graydon
  • Loading branch information
latobarita authored May 3, 2024
2 parents 84546ad + 3ae5da7 commit b6db239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Config::Config() : NODE_SEED(SecretKey::random())
LEDGER_PROTOCOL_MIN_VERSION_INTERNAL_ERROR_REPORT = 18;

OVERLAY_PROTOCOL_MIN_VERSION = 32;
OVERLAY_PROTOCOL_VERSION = 32;
OVERLAY_PROTOCOL_VERSION = 33;

VERSION_STR = STELLAR_CORE_VERSION;

Expand Down

0 comments on commit b6db239

Please sign in to comment.