Skip to content

Commit 3fc529f

Browse files
committed
README+root: bump version to v0.12.0
1 parent a2f8a0e commit 3fc529f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.11.3/chantools-linux-amd64-v0.11.3.tar.gz
33+
$ wget -O chantools.tar.gz https://github.com/lightninglabs/chantools/releases/download/v0.12.0/chantools-linux-amd64-v0.12.0.tar.gz
3434
$ tar -zxvf chantools.tar.gz
3535
$ sudo mv chantools-*/chantools /usr/local/bin/
3636
```
@@ -384,7 +384,7 @@ $ export AEZEED_MNEMONIC="abandon able ... ... ..."
384384
$ export AEZEED_PASSPHRASE="-"
385385
$ chantools showrootkey
386386

387-
2020-10-29 20:22:42.329 [INF] CHAN: chantools version v0.6.0 commit v0.6.0-3
387+
2020-10-29 20:22:42.329 [INF] CHAN: chantools version v0.12.0 commit v0.12.0
388388

389389
Your BIP32 HD root key is: xprv9s21ZrQH1...
390390
```

cmd/chantools/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const (
3131
// version is the current version of the tool. It is set during build.
3232
// NOTE: When changing this, please also update the version in the
3333
// download link shown in the README.
34-
version = "0.11.3"
34+
version = "0.12.0"
3535
na = "n/a"
3636

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

0 commit comments

Comments
 (0)