Bump go-vod

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/653/head
Varun Patil 2023-05-14 19:39:54 -07:00
parent 2e59e59df8
commit 042dfe4307
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ use OCA\Memories\Util;
class BinExt
{
public const EXIFTOOL_VER = '12.60';
public const GOVOD_VER = '0.1.4';
public const GOVOD_VER = '0.1.5';
/** Copy a binary to temp dir for execution */
public static function getTempBin(string $path, string $name, bool $copy = true): string