clighting-rest: 0.10.5 -> 0.10.7

This commit is contained in:
Erik Arvstedt
2023-10-08 20:42:33 +02:00
parent 29a32ac53b
commit c14ebd230c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -euo pipefail
. "${BASH_SOURCE[0]%/*}/../../helper/run-in-nix-env" "gnupg wget gnused" "$@"
version="0.10.5"
version="0.10.7"
repo=https://github.com/Ride-The-Lightning/c-lightning-REST
scriptDir=$(cd "${BASH_SOURCE[0]%/*}" && pwd)