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 {