cmd/geth: version number 0.9.36

This commit is contained in:
Jeffrey Wilcke 2015-07-07 12:21:36 +02:00
parent 9e7d5d9d3b
commit 4b5c99d97f

View File

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