Skip to content

Commit

Permalink
2.5.1: Fix installation via go install command
Browse files Browse the repository at this point in the history
See #177
  • Loading branch information
Envek committed Mar 26, 2024
1 parent 7787d5c commit a990724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/urfave/cli"
)

const version = "2.5.0"
const version = "2.5.1"

func socketFlags(s, n *string) []cli.Flag {
return []cli.Flag{
Expand Down

0 comments on commit a990724

Please sign in to comment.