From bb9494a7ab403492f048bfb10370bb304c4641ad Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 19 Aug 2024 11:06:38 +0200 Subject: [PATCH] root: bump verstion to v0.13.2 --- cmd/chantools/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/chantools/root.go b/cmd/chantools/root.go index be52da8..3377166 100644 --- a/cmd/chantools/root.go +++ b/cmd/chantools/root.go @@ -31,7 +31,7 @@ const ( // version is the current version of the tool. It is set during build. // NOTE: When changing this, please also update the version in the // download link shown in the README. - version = "0.13.1" + version = "0.13.2" na = "n/a" // lndVersion is the current version of lnd that we support. This is