From 6acc81815e835bb167c6912148ac13353ac7368d Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 29 Apr 2024 09:54:07 +0200 Subject: [PATCH] root: bump version to v0.13.1 --- 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 1166cb1..2e3a3b8 100644 --- a/cmd/chantools/root.go +++ b/cmd/chantools/root.go @@ -30,7 +30,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.0" + version = "0.13.1" na = "n/a" // lndVersion is the current version of lnd that we support. This is