Skip to content

Commit

Permalink
capabilities: update ID
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 28, 2025
1 parent d3483f6 commit 6deb5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/connector/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func supportedIfFFmpeg() event.CapabilitySupportLevel {
}

func capID() string {
base := "fi.mau.meta.capabilities.2025_01_10"
base := "fi.mau.meta.capabilities.2025_01_29"
if ffmpeg.Supported() {
return base + "+ffmpeg"
}
Expand Down

0 comments on commit 6deb5f4

Please sign in to comment.