clightning-rest: 0.9.0 -> 0.10.3

This commit is contained in:
Erik Arvstedt 2023-05-29 15:35:58 +02:00 committed by Jonas Nick
parent fe76516790
commit 67475f768e
No known key found for this signature in database
GPG key ID: 4861DBF262123605
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
set -euo pipefail
. "${BASH_SOURCE[0]%/*}/../../helper/run-in-nix-env" "gnupg wget gnused" "$@"
version="0.9.0"
version="0.10.3"
repo=https://github.com/Ride-The-Lightning/c-lightning-REST
scriptDir=$(cd "${BASH_SOURCE[0]%/*}" && pwd)