Skip to content

Commit

Permalink
fix: update app.Version to match with 0.10.0 release
Browse files Browse the repository at this point in the history
closes #146

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Oct 22, 2023
1 parent afdbf4a commit 1716f22
Show file tree
Hide file tree
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
Expand Up @@ -48,7 +48,7 @@ USAGE:
ipget [global options] command [command options] [arguments...]
VERSION:
0.9.2
0.10.0
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.9.2"
app.Version = "0.10.0"
app.Flags = []cli.Flag{
&cli.StringFlag{
Name: "output",
Expand Down

0 comments on commit 1716f22

Please sign in to comment.