diff --git a/README.md b/README.md index 5f433b4..da10098 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ USAGE: ipget [global options] command [command options] [arguments...] VERSION: - 0.9.2 + 0.10.1 COMMANDS: help, h Shows a list of commands or help for one command diff --git a/main.go b/main.go index 4427c66..1b69f00 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.9.2" + app.Version = "0.10.1" app.Flags = []cli.Flag{ &cli.StringFlag{ Name: "output", diff --git a/version.json b/version.json index 3b600f3..b6bb074 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.10.0" + "version": "v0.10.1" }