Update protocol version

This commit is contained in:
Grégoire Henry 2017-08-08 16:49:56 +02:00
parent 953a319022
commit 30b2cd3e0e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2017-04-19
2017-08-08

View File

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