Skip to content

Commit

Permalink
Release v0.8.1 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Apr 15, 2022
1 parent 8fc6c3c commit b309259
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ USAGE:
ipget [global options] command [command options] [arguments...]
VERSION:
0.8.0
0.8.1
COMMANDS:
help, h Shows a list of commands or help for one command
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func main() {
app := cli.NewApp()
app.Name = "ipget"
app.Usage = "Retrieve and save IPFS objects."
app.Version = "0.8.0"
app.Version = "0.8.1"
app.Flags = []cli.Flag{
&cli.StringFlag{
Name: "output",
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.8.0"
"version": "v0.8.1"
}

0 comments on commit b309259

Please sign in to comment.