From 4b3079fd25d3929a0919e443d2c4e70f5e58019c Mon Sep 17 00:00:00 2001 From: NullSoldier Date: Wed, 1 Dec 2021 11:04:41 -0800 Subject: [PATCH] Bump network version to 11 --- ironfish/src/network/version.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ironfish/src/network/version.ts b/ironfish/src/network/version.ts index 0e95b63a48..77be32059f 100644 --- a/ironfish/src/network/version.ts +++ b/ironfish/src/network/version.ts @@ -2,5 +2,5 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ -export const VERSION_PROTOCOL = 10 -export const VERSION_PROTOCOL_MIN = 10 +export const VERSION_PROTOCOL = 11 +export const VERSION_PROTOCOL_MIN = 11