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