From 3891468562d811cb4758e816aa624d286d1aa4d2 Mon Sep 17 00:00:00 2001 From: Cassandra Heart Date: Mon, 9 Dec 2024 05:45:23 -0600 Subject: [PATCH] bump version --- node/config/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/config/version.go b/node/config/version.go index 5519f44..7f51307 100644 --- a/node/config/version.go +++ b/node/config/version.go @@ -17,11 +17,11 @@ func GetMinimumPatchVersion() byte { } func GetMinimumVersion() []byte { - return []byte{0x02, 0x00, 0x05} + return []byte{0x02, 0x01, 0x00} } func GetVersion() []byte { - return []byte{0x02, 0x00, 0x05} + return []byte{0x02, 0x01, 0x00} } func GetVersionString() string {