Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tpkeeper committed May 30, 2022
1 parent 5ec023a commit 9fad0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/relay/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func init() {
app.Name = "relay"
app.Usage = "relay"
app.Authors = []*cli.Author{{Name: "Stafi Protocol 2022"}}
app.Version = "0.1.1"
app.Version = "0.1.2"
app.EnableBashCompletion = true
app.Commands = []*cli.Command{
&accountCommand,
Expand Down

0 comments on commit 9fad0a1

Please sign in to comment.