2
0
mirror of https://github.com/guggero/chantools synced 2024-11-15 06:12:49 +00:00

README+root: bump install link to latest version

This commit is contained in:
Oliver Gugger 2023-05-31 11:07:17 +02:00
parent 6295ba9b88
commit f2ee1d3ce8
No known key found for this signature in database
GPG Key ID: 8E4256593F177720
2 changed files with 7 additions and 3 deletions

View File

@ -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.10.7/chantools-linux-amd64-v0.10.7.tar.gz
$ wget -O chantools.tar.gz https://github.com/lightninglabs/chantools/releases/download/v0.11.2/chantools-linux-amd64-v0.11.2.tar.gz
$ tar -zxvf chantools.tar.gz
$ sudo mv chantools-*/chantools /usr/local/bin/
```

View File

@ -27,8 +27,12 @@ import (
const (
defaultAPIURL = "https://blockstream.info/api"
version = "0.11.3"
na = "n/a"
// 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.11.3"
na = "n/a"
Commit = ""
)