From c40d7aa7f4fe6a6b9dfa26f8337f911dadadb1ef Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Tue, 14 Apr 2020 12:54:57 +0300 Subject: [PATCH] core: bump DB version to make it differ from 2.0 branch --- pkg/core/blockchain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/core/blockchain.go b/pkg/core/blockchain.go index e02d96d77..02b08f724 100644 --- a/pkg/core/blockchain.go +++ b/pkg/core/blockchain.go @@ -31,7 +31,7 @@ import ( // Tuning parameters. const ( headerBatchCount = 2000 - version = "0.0.9" + version = "0.1.0" // 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