Skip to content

Commit

Permalink
release v0.8.0 with fixes from @1ma
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Jul 11, 2024
1 parent e6266f1 commit 57d7d8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
CGO_ENABLED: 0
steps:
- uses: actions/checkout@latest
- uses: wangyoucao577/go-release-action@latest
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ apt install lightningd
mkdir -p ~/.lightning/plugins
echo 'disable-plugin=bcli' >> .lightning/config
cd ~/.lightning/plugins
wget https://github.com/nbd-wtf/trustedcoin/releases/download/v0.7.0/trustedcoin-v0.7.0-linux-amd64.tar.gz
tar -xvf trustedcoin-v0.7.0-linux-amd64.tar.gz
wget https://github.com/nbd-wtf/trustedcoin/releases/download/v0.8.0/trustedcoin-v0.8.0-linux-amd64.tar.gz
tar -xvf trustedcoin-v0.8.0-linux-amd64.tar.gz
cd
lightningd
```
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/fiatjaf/lightningd-gjson-rpc/plugin"
)

const version = "0.7.1"
const version = "0.8.0"

var (
network string
Expand Down

0 comments on commit 57d7d8b

Please sign in to comment.