cmd/geth, cmd/mist: version 0.9.19

This commit is contained in:
obscuren 2015-05-10 03:38:46 +02:00
parent 0e211ae203
commit 7551264fa6
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ import _ "net/http/pprof"
const ( const (
ClientIdentifier = "Geth" ClientIdentifier = "Geth"
Version = "0.9.18" Version = "0.9.19"
) )
var ( var (

View File

@ -37,7 +37,7 @@ import (
const ( const (
ClientIdentifier = "Mist" ClientIdentifier = "Mist"
Version = "0.9.18" Version = "0.9.19"
) )
var ( var (