mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-27 05:42:56 +00:00
Merge pull request #853 from nspcc-dev/bump-db-version
core: bump DB version to make it differ from 2.0 branch
This commit is contained in:
commit
5faa532f2e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import (
|
||||||
// Tuning parameters.
|
// Tuning parameters.
|
||||||
const (
|
const (
|
||||||
headerBatchCount = 2000
|
headerBatchCount = 2000
|
||||||
version = "0.0.9"
|
version = "0.1.0"
|
||||||
|
|
||||||
// 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
|
||||||
|
|
Loading…
Reference in a new issue