From 72013d151cb418301188f059237ffd590e67794f Mon Sep 17 00:00:00 2001 From: noot Date: Mon, 22 Mar 2021 16:53:53 -0400 Subject: [PATCH] update cli version --- cmd/gossamer/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gossamer/main.go b/cmd/gossamer/main.go index 0ef15bc6fe..e22b432e8d 100644 --- a/cmd/gossamer/main.go +++ b/cmd/gossamer/main.go @@ -115,7 +115,7 @@ func init() { app.Name = "gossamer" app.Usage = "Official gossamer command-line interface" app.Author = "ChainSafe Systems 2019" - app.Version = "0.0.1" + app.Version = "0.3.2" app.Commands = []cli.Command{ exportCommand, initCommand,