Skip to content

Commit 4b3079f

Browse files
committed
Bump network version to 11
1 parent 1c74f31 commit 4b3079f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ironfish/src/network/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
33
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

5-
export const VERSION_PROTOCOL = 10
6-
export const VERSION_PROTOCOL_MIN = 10
5+
export const VERSION_PROTOCOL = 11
6+
export const VERSION_PROTOCOL_MIN = 11

0 commit comments

Comments
 (0)