Reset the chain (on-disk storage updated)

This commit is contained in:
Benjamin Canou 2017-08-17 14:52:50 +02:00
parent a31bb86a63
commit 7c586aaf25
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2017-08-10 2017-08-17

View File

@ -174,7 +174,7 @@ let versions =
let open P2p.Version in let open P2p.Version in
[ { name = "TEZOS" ; [ { name = "TEZOS" ;
major = 0 ; major = 0 ;
minor = 20 ; minor = 21 ;
} }
] ]