Skip to content

Commit

Permalink
Update Matterbridge to v1.26.0
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Kim <gary@garykim.dev>
  • Loading branch information
gary-kim committed Dec 27, 2023
1 parent b7a2c37 commit 8a4155d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

app_name=talk_matterbridge

matterbridge_version=1.25.2
matterbridge_version=1.26.0

project_dir=$(CURDIR)/../$(app_name)
build_dir=$(CURDIR)/build/artifacts
Expand Down
2 changes: 1 addition & 1 deletion lib/Migration/RegisterBinary.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

class RegisterBinary implements IRepairStep {

public const VERSION = '1.25.2';
public const VERSION = '1.26.0';

/** @var IConfig */
protected $config;
Expand Down

0 comments on commit 8a4155d

Please sign in to comment.