From c96a0e3ed9229b7d267eacf9ab9c1f6594b0974c Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Tue, 21 Nov 2023 12:46:00 -0800 Subject: [PATCH] bin-ext: bump exiftool Signed-off-by: Varun Patil --- lib/Service/BinExt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Service/BinExt.php b/lib/Service/BinExt.php index bdf6b99a..595fd6d4 100644 --- a/lib/Service/BinExt.php +++ b/lib/Service/BinExt.php @@ -8,7 +8,7 @@ use OCA\Memories\Settings\SystemConfig; class BinExt { - public const EXIFTOOL_VER = '12.60'; + public const EXIFTOOL_VER = '12.70'; public const GOVOD_VER = '0.2.4'; public const NX_VER_MIN = '1.1';