From 79536c4b4bfde7beff631a673498d5ed87ecf66a Mon Sep 17 00:00:00 2001 From: /rootzoll Date: Sat, 26 Nov 2022 20:00:11 +0100 Subject: [PATCH] #3370 update cl-rest to 0.9.0 (#3478) --- home.admin/config.scripts/cl.rest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/cl.rest.sh b/home.admin/config.scripts/cl.rest.sh index 16b020422..e7a411cf0 100644 --- a/home.admin/config.scripts/cl.rest.sh +++ b/home.admin/config.scripts/cl.rest.sh @@ -1,7 +1,7 @@ #!/bin/bash # https://github.com/Ride-The-Lightning/c-lightning-REST/releases/ -CLRESTVERSION="v0.7.2" +CLRESTVERSION="v0.9.0" # help if [ $# -eq 0 ]||[ "$1" = "-h" ]||[ "$1" = "--help" ];then