From a7f3396eb162bb1e78e6f457ad2232ed5aaf32d0 Mon Sep 17 00:00:00 2001 From: tryiou <73646876+tryiou@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:18:00 +0100 Subject: [PATCH] Update version.h --- src/xbridge/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xbridge/version.h b/src/xbridge/version.h index 5540240b08..047e3c3286 100644 --- a/src/xbridge/version.h +++ b/src/xbridge/version.h @@ -5,7 +5,7 @@ #ifndef BLOCKNET_XBRIDGE_VERSION_H #define BLOCKNET_XBRIDGE_VERSION_H -#define XBRIDGE_PROTOCOL_VERSION 55 +#define XBRIDGE_PROTOCOL_VERSION 99 #endif // BLOCKNET_XBRIDGE_VERSION_H