core: increment the DB version

DB scheme has been changed.
This commit is contained in:
Anna Shaleva 2021-07-28 19:57:24 +03:00
parent e8bed184d5
commit a30e48ff90

View file

@ -43,7 +43,7 @@ import (
// Tuning parameters. // Tuning parameters.
const ( const (
headerBatchCount = 2000 headerBatchCount = 2000
version = "0.1.0" version = "0.1.1"
defaultInitialGAS = 52000000_00000000 defaultInitialGAS = 52000000_00000000
defaultMemPoolSize = 50000 defaultMemPoolSize = 50000