Bump release and protocol version

This commit is contained in:
Duke Leto
2021-04-17 13:07:53 -04:00
parent 4a536d62dc
commit 2da07fe585
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
#define HUSH_VERSION_H
// network protocol versioning
static const int PROTOCOL_VERSION = 1987421;
static const int PROTOCOL_VERSION = 1987422;
//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
//! In this version, 'getheaders' was introduced.