From 82a03a65efe61a93d6d13a1874f7b9dce4aa0c69 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 23 Jan 2024 08:02:52 +0200 Subject: [PATCH] README+root: bump version to v0.12.2 --- README.md | 2 +- cmd/chantools/root.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 433988c..22e11ef 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Example (make sure you always use the latest version!): ```shell $ cd /tmp -$ wget -O chantools.tar.gz https://github.com/lightninglabs/chantools/releases/download/v0.12.0/chantools-linux-amd64-v0.12.0.tar.gz +$ wget -O chantools.tar.gz https://github.com/lightninglabs/chantools/releases/download/v0.12.2/chantools-linux-amd64-v0.12.2.tar.gz $ tar -zxvf chantools.tar.gz $ sudo mv chantools-*/chantools /usr/local/bin/ ``` diff --git a/cmd/chantools/root.go b/cmd/chantools/root.go index c8aaf6f..18dc036 100644 --- a/cmd/chantools/root.go +++ b/cmd/chantools/root.go @@ -33,7 +33,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.12.1" + version = "0.12.2" na = "n/a" // lndVersion is the current version of lnd that we support. This is