cl-rest: 0.6.1 -> 0.7.0

This commit is contained in:
Erik Arvstedt
2022-03-29 16:30:47 +02:00
parent 2365163f4f
commit 77b34954ef
2 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ set -euo pipefail
TMPDIR="$(mktemp -d -p /tmp)"
trap "rm -rf $TMPDIR" EXIT
version="0.6.1"
version="0.7.0"
repo=https://github.com/Ride-The-Lightning/c-lightning-REST
# Fetch and verify source tarball