Skip to content

Commit

Permalink
Update app version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc committed Oct 15, 2022
1 parent 01fb1f4 commit c2cb37b
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 @@ -70,7 +70,7 @@ func main() {
app := cli.NewApp()
app.Name = "rz-pm"
app.Usage = "rizin package manager"
app.Version = "0.1.5"
app.Version = "0.1.6"

app.Flags = []cli.Flag{
&cli.BoolFlag{
Expand Down

0 comments on commit c2cb37b

Please sign in to comment.