go-vod/0.2.4

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/953/head go-vod/0.2.4
Varun Patil 2023-11-20 11:36:29 -08:00
parent c334c4645d
commit 35d9df6f9c
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import (
"github.com/pulsejet/memories/go-vod/transcoder"
)
const VERSION = "0.2.3"
const VERSION = "0.2.4"
func main() {
// Build initial configuration

View File

@ -9,7 +9,7 @@ use OCA\Memories\Settings\SystemConfig;
class BinExt
{
public const EXIFTOOL_VER = '12.60';
public const GOVOD_VER = '0.2.3';
public const GOVOD_VER = '0.2.4';
public const NX_VER_MIN = '1.1';
/** Get the path to the temp directory */