Skip to content
Snippets Groups Projects
Commit 081f7bb5 authored by Luca Moser's avatar Luca Moser
Browse files

Revert "Revert "bumps network and database versions (#610)""

This reverts commit 9aa3d1bb.
parent 9aa3d1bb
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ import (
// autopeering constants
const (
ProtocolVersion = 0 // update on protocol changes
NetworkVersion = 2 // update on network changes
NetworkVersion = 3 // 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 = 3
DBVersion = 4
)
var (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment