File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Example (make sure you always use the latest version!):
3030
3131``` shell
3232$ cd /tmp
33- $ wget -O chantools.tar.gz https://github.com/lightninglabs/chantools/releases/download/v0.10.7 /chantools-linux-amd64-v0.10.7 .tar.gz
33+ $ wget -O chantools.tar.gz https://github.com/lightninglabs/chantools/releases/download/v0.11.2 /chantools-linux-amd64-v0.11.2 .tar.gz
3434$ tar -zxvf chantools.tar.gz
3535$ sudo mv chantools-* /chantools /usr/local/bin/
3636```
Original file line number Diff line number Diff line change @@ -27,8 +27,12 @@ import (
2727
2828const (
2929 defaultAPIURL = "https://blockstream.info/api"
30- version = "0.11.3"
31- na = "n/a"
30+
31+ // version is the current version of the tool. It is set during build.
32+ // NOTE: When changing this, please also update the version in the
33+ // download link shown in the README.
34+ version = "0.11.3"
35+ na = "n/a"
3236
3337 Commit = ""
3438)
You can’t perform that action at this time.
0 commit comments