From ccd08a08d1249f2cb3b2b8e37f119e8afc751076 Mon Sep 17 00:00:00 2001 From: Christoph Stenglein <9399034+cstenglein@users.noreply.github.com> Date: Sat, 13 Jan 2024 12:38:40 +0100 Subject: [PATCH] (apps) update electrs to 0.10.2 (#4363) --- home.admin/config.scripts/bonus.electrs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.electrs.sh b/home.admin/config.scripts/bonus.electrs.sh index 103442794..7cacd05f5 100755 --- a/home.admin/config.scripts/bonus.electrs.sh +++ b/home.admin/config.scripts/bonus.electrs.sh @@ -1,7 +1,7 @@ #!/bin/bash # https://github.com/romanz/electrs/releases -ELECTRSVERSION="v0.10.1" +ELECTRSVERSION="v0.10.2" # command info if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then