Skip to content

Commit b8c4dd7

Browse files
authored
chore: update cli version (#1487)
1 parent 68ac803 commit b8c4dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gossamer/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func init() {
115115
app.Name = "gossamer"
116116
app.Usage = "Official gossamer command-line interface"
117117
app.Author = "ChainSafe Systems 2019"
118-
app.Version = "0.0.1"
118+
app.Version = "0.3.2"
119119
app.Commands = []cli.Command{
120120
exportCommand,
121121
initCommand,

0 commit comments

Comments
 (0)