Skip to content

Commit

Permalink
Update release version (#133)
Browse files Browse the repository at this point in the history
* Update release version
* Update README
  • Loading branch information
gammazero authored Apr 4, 2023
1 parent 13f24d0 commit 24a5207
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ Download a binary for your platform from [IPFS Distributions](https://dist.ipfs.
### Install From Source

```
$ go get -d github.com/ipfs/ipget
$ cd ${GOPATH}/src/github.com/ipfs/ipget
$ make install
$ go install github.com/ipfs/ipget@latest
```

### Example
Expand Down Expand Up @@ -52,7 +48,7 @@ USAGE:
ipget [global options] command [command options] [arguments...]
VERSION:
0.9.1
0.9.2
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.1"
app.Version = "0.9.2"
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.9.1"
"version": "v0.9.2"
}

0 comments on commit 24a5207

Please sign in to comment.