good morning!!!!

Skip to content
Snippets Groups Projects
Commit f1ae3dc4 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

geth: bump version number

parent 12e8d9c4
Branches
Tags
No related merge requests found
...@@ -31,6 +31,8 @@ import ( ...@@ -31,6 +31,8 @@ import (
"strconv" "strconv"
"time" "time"
"path"
"github.com/codegangsta/cli" "github.com/codegangsta/cli"
"github.com/ethereum/ethash" "github.com/ethereum/ethash"
"github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/accounts"
...@@ -42,13 +44,12 @@ import ( ...@@ -42,13 +44,12 @@ import (
"github.com/ethereum/go-ethereum/eth" "github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/logger" "github.com/ethereum/go-ethereum/logger"
"github.com/peterh/liner" "github.com/peterh/liner"
"path"
) )
import _ "net/http/pprof" import _ "net/http/pprof"
const ( const (
ClientIdentifier = "Geth" ClientIdentifier = "Geth"
Version = "0.9.9" Version = "0.9.10"
) )
var app = utils.NewApp(Version, "the go-ethereum command line interface") var app = utils.NewApp(Version, "the go-ethereum command line interface")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment