From 4650f4a786a51b082d01c11c41597b063796f914 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 21 Apr 2021 22:46:34 -0700 Subject: [PATCH] release v0.7.0 --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2567300..00692bd 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ USAGE: ipget [global options] command [command options] [arguments...] VERSION: - 0.6.1 + 0.7.0 COMMANDS: GLOBAL OPTIONS: diff --git a/main.go b/main.go index 70593ba..68b9394 100644 --- a/main.go +++ b/main.go @@ -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",