Update flags.go

This commit is contained in:
Marco Argentieri
2019-05-18 21:43:48 +02:00
committed by GitHub
parent 545365ddc4
commit 62311fe2a2

View File

@@ -39,7 +39,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.2",
Version: "0.0.3",
}
func init() {