core: upgrade storage version
This commit is contained in:
parent
8be6823cb1
commit
1890e7cdc1
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ import (
|
|||
// Tuning parameters.
|
||||
const (
|
||||
headerBatchCount = 2000
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
|
||||
defaultInitialGAS = 52000000_00000000
|
||||
defaultGCPeriod = 10000
|
||||
|
|
Loading…
Reference in a new issue