Skip to content
Snippets Groups Projects
Unverified Commit 4cb1d411 authored by Wolfgang Welz's avatar Wolfgang Welz Committed by GitHub
Browse files

Bump network and database version (#697)

parent 8b0c7aea
No related branches found
No related tags found
Loading
......@@ -24,7 +24,7 @@ import (
// autopeering constants
const (
ProtocolVersion = 0 // update on protocol changes
NetworkVersion = 5 // update on network changes
NetworkVersion = 6 // update on network changes
)
var (
......
......@@ -10,7 +10,7 @@ import (
const (
// DBVersion defines the version of the database schema this version of GoShimmer supports.
// Every time there's a breaking change regarding the stored data, this version flag should be adjusted.
DBVersion = 6
DBVersion = 7
)
var (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment