Bump up go-vod

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/803/head
Varun Patil 2023-08-24 22:16:10 -07:00
parent 164d0cb4a4
commit 19a1aebba3
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
- **Fix**: Support for transcoding MKV files.
## [v5.4.1] - 2023-08-20
- Corrects a versioning error. This version is the same as v5.3.0

View File

@ -9,7 +9,7 @@ use OCA\Memories\Util;
class BinExt
{
public const EXIFTOOL_VER = '12.60';
public const GOVOD_VER = '0.1.11';
public const GOVOD_VER = '0.1.12';
public const NX_VER_MIN = '1.0';
/** Copy a binary to temp dir for execution */