cmd/geth: bump version number 0.9.30

This commit is contained in:
obscuren 2015-06-15 19:14:14 +02:00
parent cc0b451119
commit 4673b04503
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ import (
const ( const (
ClientIdentifier = "Geth" ClientIdentifier = "Geth"
Version = "0.9.29" Version = "0.9.30"
) )
var ( var (