Skip to content

Commit 82a03a6

Browse files
committed
README+root: bump version to v0.12.2
1 parent 65cc3fd commit 82a03a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.12.0/chantools-linux-amd64-v0.12.0.tar.gz
33+
$ wget -O chantools.tar.gz https://github.com/lightninglabs/chantools/releases/download/v0.12.2/chantools-linux-amd64-v0.12.2.tar.gz
3434
$ tar -zxvf chantools.tar.gz
3535
$ sudo mv chantools-*/chantools /usr/local/bin/
3636
```

cmd/chantools/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const (
3333
// version is the current version of the tool. It is set during build.
3434
// NOTE: When changing this, please also update the version in the
3535
// download link shown in the README.
36-
version = "0.12.1"
36+
version = "0.12.2"
3737
na = "n/a"
3838

3939
// lndVersion is the current version of lnd that we support. This is

0 commit comments

Comments
 (0)