From 6bba1e95dfbc7c3c413429f1f01fd66bb6df04e2 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 27 Dec 2024 13:53:08 +0100 Subject: [PATCH] root: bump version to v0.13.5 --- 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 6b79e5f..5074fb9 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.4" + version = "0.13.5" na = "n/a" // lndVersion is the current version of lnd that we support. This is