diff --git a/pkg/core/blockchain.go b/pkg/core/blockchain.go index 511044fc6..46d448668 100644 --- a/pkg/core/blockchain.go +++ b/pkg/core/blockchain.go @@ -32,7 +32,7 @@ import ( // Tuning parameters. const ( headerBatchCount = 2000 - version = "0.0.9" + version = "0.0.10" // 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