Skip to content

Commit

Permalink
chore: bump go-vod
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Apr 25, 2024
1 parent a0b9032 commit 44572f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
## [Unreleased]

- **Feature**: Allow excluding files and folders from indexing with regex pattern ([#1015](https://github.com/pulsejet/memories/pull/1015))
- **Feature**: Allow forcing software-based transpose for transcoding ([#794](https://github.com/pulsejet/memories/issues/794))

## [v7.2.0] - 2024-04-05

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.70';
public const GOVOD_VER = '0.2.4';
public const GOVOD_VER = '0.2.5';
public const NX_VER_MIN = '1.1';

/** Get the path to the temp directory */
Expand Down

0 comments on commit 44572f5

Please sign in to comment.