From 375de254fe151dfa741a6391d70f019a8e815d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Jan=C4=8Di=C4=8D?= Date: Sat, 17 Oct 2020 21:17:26 +0200 Subject: [PATCH] bump version --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 66398aa2..53bc2865 100644 --- a/bin/compile +++ b/bin/compile @@ -6,7 +6,7 @@ indent() { echo "-----> Install ImageMagick" -IMAGE_MAGICK_VERSION="${IMAGE_MAGICK_VERSION:-6.9.8-8}" +IMAGE_MAGICK_VERSION="${IMAGE_MAGICK_VERSION:-6.9.8-10}" BUILD_DIR=$1 CACHE_DIR=$2