From ac98dd7a3717f6e9166bb8fe19af314ba06667d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Tue, 16 Jan 2024 19:28:15 +0100 Subject: [PATCH] update planemo version --- monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.sh b/monitor.sh index 65c56ac..bcab7f3 100755 --- a/monitor.sh +++ b/monitor.sh @@ -1,6 +1,6 @@ #!/bin/bash -: ${PLANEMO_TARGET:="planemo==0.74.1"} +: ${PLANEMO_TARGET:="planemo==0.74.19"} if [ ! -f .venv ]; then python -m venv .venv