Skip to content

Commit

Permalink
Merge pull request #84 from ipfs/release/0.7.0
Browse files Browse the repository at this point in the history
release v0.7.0
  • Loading branch information
Stebalien authored Apr 22, 2021
2 parents 9a21b9d + 4650f4a commit f2b237b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ USAGE:
ipget [global options] command [command options] [arguments...]
VERSION:
0.6.1
0.7.0
COMMANDS:
GLOBAL OPTIONS:
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ func main() {
app := cli.NewApp()
app.Name = "ipget"
app.Usage = "Retrieve and save IPFS objects."
app.Version = "0.6.1"
app.Version = "0.7.0"
app.Flags = []cli.Flag{
&cli.StringFlag{
Name: "output",

0 comments on commit f2b237b

Please sign in to comment.