diff --git a/README.md b/README.md index b103f381..b69d3033 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ USAGE: ipget [global options] command [command options] [arguments...] VERSION: - 0.8.1 + 0.9.1 COMMANDS: help, h Shows a list of commands or help for one command diff --git a/main.go b/main.go index 11b40b10..01b1d582 100644 --- a/main.go +++ b/main.go @@ -32,7 +32,7 @@ func main() { app := cli.NewApp() app.Name = "ipget" app.Usage = "Retrieve and save IPFS objects." - app.Version = "0.8.1" + app.Version = "0.9.1" app.Flags = []cli.Flag{ &cli.StringFlag{ Name: "output", diff --git a/version.json b/version.json index 960b84e5..3616e33f 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.9.0" + "version": "v0.9.1" }