summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-12-04 18:00:15 +0100
committerTilo Spannagel <development@tilosp.de>2018-12-04 18:00:15 +0100
commit325dee46d1c545e1db4cf76f1a019fcab2be5fb3 (patch)
treeb7d9de524d64341868d0d4c9c09cf700e7cf24c6 /update.sh
parentfc2a6911115ada68ad2d0e5f3294f8b49fe55fb9 (diff)
12.0.x is end of life
Signed-off-by: Tilo Spannagel <development@tilosp.de>
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 842dc659..aa791d5d 100755
--- a/update.sh
+++ b/update.sh
@@ -36,7 +36,7 @@ variants=(
fpm-alpine
)
-min_version='12.0'
+min_version='13.0'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {