Skip to content

Commit

Permalink
go-vod/0.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Nov 20, 2023
1 parent c334c46 commit 35d9df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go-vod/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/Service/BinExt.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
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 */
Expand Down

0 comments on commit 35d9df6

Please sign in to comment.