From 05be9b45207d291084a417417e245a5592d38865 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 27 Nov 2022 13:26:17 -0500 Subject: [PATCH] 1.0.059 - Bump version number for recent merge request --- root/scripts/Video.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/scripts/Video.sh b/root/scripts/Video.sh index 57f04a8..e5c6888 100644 --- a/root/scripts/Video.sh +++ b/root/scripts/Video.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.058" +scriptVersion="1.0.059" if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"