core: bump DB version for NEP5 tracking data change

It's incompatible.
This commit is contained in:
Roman Khimov 2021-02-18 10:48:01 +03:00
parent eb1986d2fc
commit 8571107741

View file

@ -32,7 +32,7 @@ import (
// Tuning parameters. // Tuning parameters.
const ( const (
headerBatchCount = 2000 headerBatchCount = 2000
version = "0.0.9" version = "0.0.10"
// This one comes from C# code and it's different from the constant used // This one comes from C# code and it's different from the constant used
// when creating an asset with Neo.Asset.Create interop call. It looks // when creating an asset with Neo.Asset.Create interop call. It looks