Skip to content

Commit

Permalink
chore: update cli version (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
noot committed Mar 22, 2021
1 parent 68ac803 commit b8c4dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gossamer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b8c4dd7

Please sign in to comment.