From 61852419e7ce87090258c448129dc700287f0e98 Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Thu, 23 Jun 2022 16:09:30 -0700 Subject: [PATCH] Release v0.9.1 --- README.md | 2 +- main.go | 2 +- version.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" }