db version up

This commit is contained in:
alex.sharov 2021-05-22 11:31:37 +07:00
parent c4e20896fa
commit 5e0a5f2428

View File

@ -9,7 +9,8 @@ import (
)
// DBSchemaVersion
var DBSchemaVersion = types.VersionReply{Major: 1, Minor: 0, Patch: 0}
// 2.0.0 - renamed all buckets for mdbx - to more readable names and CamelCase format. See: https://github.com/ledgerwatch/erigon/pull/1982
var DBSchemaVersion = types.VersionReply{Major: 2, Minor: 0, Patch: 0}
// Buckets