mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 19:51:41 +00:00
bump version
This commit is contained in:
@ -22,7 +22,7 @@ func main() {
|
|||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = "tmsp-cli"
|
app.Name = "tmsp-cli"
|
||||||
app.Usage = "tmsp-cli [command] [args...]"
|
app.Usage = "tmsp-cli [command] [args...]"
|
||||||
app.Version = "0.2"
|
app.Version = "0.2.1" // better error handling in console
|
||||||
app.Flags = []cli.Flag{
|
app.Flags = []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "address",
|
Name: "address",
|
||||||
|
Reference in New Issue
Block a user