From ff2fe921157890914daeaa98a1127d7001a1d175 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 22 May 2023 22:43:44 -0700 Subject: [PATCH] Bump up go-vod version 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 20e5d4e6..eba85d36 100644 --- a/lib/Service/BinExt.php +++ b/lib/Service/BinExt.php @@ -9,7 +9,7 @@ use OCA\Memories\Util; class BinExt { public const EXIFTOOL_VER = '12.60'; - public const GOVOD_VER = '0.1.5'; + public const GOVOD_VER = '0.1.6'; public const NX_VER_MIN = '1.0'; /** Copy a binary to temp dir for execution */