From 134b7cc3545096b57801f4dd3449227d8053ae61 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Tue, 24 Oct 2023 19:35:55 -0700 Subject: [PATCH] bin-ext: bump go-vod 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 6ae725f0..d863fe52 100644 --- a/lib/Service/BinExt.php +++ b/lib/Service/BinExt.php @@ -9,7 +9,7 @@ use OCA\Memories\Settings\SystemConfig; class BinExt { public const EXIFTOOL_VER = '12.60'; - public const GOVOD_VER = '0.1.23'; + public const GOVOD_VER = '0.1.24'; public const NX_VER_MIN = '1.1'; /** Get the path to the temp directory */