summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-11-30 23:17:47 +0000
committerGitHub <noreply@github.com>2021-11-30 23:17:47 +0000
commite2dc98dea469ba67c3e6474aa4fc2cf902f8e9a4 (patch)
treecc424703a182f1eef01661f93b87def41fd3f98e /update.sh
parent905972656ea10c399f8f971b96adbdcbd9460d1f (diff)
Nextcloud 23 (#1642)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index e293a800..252aa29b 100755
--- a/update.sh
+++ b/update.sh
@@ -78,7 +78,7 @@ variants=(
fpm-alpine
)
-min_version='20'
+min_version='21'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {