cmd/geth: version number 0.9.36

This commit is contained in:
Jeffrey Wilcke 2015-07-07 12:21:36 +02:00
parent 3016f23864
commit db06906c4f

View File

@ -52,7 +52,7 @@ import (
const ( const (
ClientIdentifier = "Geth" ClientIdentifier = "Geth"
Version = "0.9.35" Version = "0.9.36"
) )
var ( var (