cl-rest: 0.6.0 -> 0.6.1

This commit is contained in:
nixbitcoin
2021-12-30 14:29:22 +00:00
parent 6d4178f935
commit 2a7630e6f4
2 changed files with 3 additions and 3 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.0"
version="0.6.1"
repo=https://github.com/Ride-The-Lightning/c-lightning-REST
# Fetch and verify source tarball