Skip to content
Snippets Groups Projects
Unverified Commit c7af761c authored by Jonas Theis's avatar Jonas Theis Committed by GitHub
Browse files

Bump network and database versions (#661)

parent 0a1c4e71
Branches
Tags
No related merge requests found
...@@ -25,7 +25,7 @@ import ( ...@@ -25,7 +25,7 @@ import (
// autopeering constants // autopeering constants
const ( const (
ProtocolVersion = 0 // update on protocol changes ProtocolVersion = 0 // update on protocol changes
NetworkVersion = 3 // update on network changes NetworkVersion = 4 // update on network changes
) )
var ( var (
......
...@@ -10,7 +10,7 @@ import ( ...@@ -10,7 +10,7 @@ import (
const ( const (
// DBVersion defines the version of the database schema this version of GoShimmer supports. // 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. // Every time there's a breaking change regarding the stored data, this version flag should be adjusted.
DBVersion = 4 DBVersion = 5
) )
var ( var (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment