From 31dadb20a9ae69659b1db039b0e4cc9ec2ee1ba4 Mon Sep 17 00:00:00 2001 From: Pietralberto Mazza Date: Mon, 9 Dec 2019 15:16:37 +0000 Subject: [PATCH] bump v0.0.5 (#64) --- cli/cmd/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmd/flags.go b/cli/cmd/flags.go index d27560c..c29c4d1 100644 --- a/cli/cmd/flags.go +++ b/cli/cmd/flags.go @@ -23,7 +23,7 @@ var RootCmd = &cobra.Command{ Use: "nigiri", Short: "Nigiri lets you manage a full dockerized bitcoin environment", Long: "Nigiri lets you create your dockerized environment with a bitcoin and optionally a liquid node + block explorer powered by an electrum server for every network", - Version: "0.0.4", + Version: "0.0.5", } func init() {