feat: add support for uptime kuma 1.19.3

This commit is contained in:
lucasheld 2023-01-04 22:46:12 +01:00
parent 4c9d017f62
commit 982c37045a
4 changed files with 23 additions and 4 deletions

View file

@ -5,7 +5,7 @@ if [ $version ]
then
versions=("$version")
else
versions=(1.19.2 1.18.5 1.17.1)
versions=(1.19.3 1.18.5 1.17.1)
fi
for version in ${versions[*]}