From b8c4dd75078fdef83d3ebd412cb9cef8eedf5d73 Mon Sep 17 00:00:00 2001 From: noot <36753753+noot@users.noreply.github.com> Date: Mon, 22 Mar 2021 17:32:43 -0400 Subject: [PATCH] chore: update cli version (#1487) --- 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,