update version and glide

This commit is contained in:
Ethan Buchman
2017-01-12 21:20:09 -05:00
parent 624dca61b3
commit 42b7bfbf0c
4 changed files with 28 additions and 17 deletions

View File

@ -9,9 +9,9 @@ import (
"os"
"strings"
. "github.com/tendermint/go-common"
"github.com/tendermint/abci/client"
"github.com/tendermint/abci/types"
. "github.com/tendermint/go-common"
"github.com/urfave/cli"
)
@ -50,7 +50,7 @@ func main() {
app := cli.NewApp()
app.Name = "abci-cli"
app.Usage = "abci-cli [command] [args...]"
app.Version = "0.2.1" // better error handling in console
app.Version = "0.3.0" // hex handling
app.Flags = []cli.Flag{
cli.StringFlag{
Name: "address",