Skip to content

Commit

Permalink
Merge pull request #99 from nextcloud/matterbridge/1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-kim authored Dec 27, 2023
2 parents 403a140 + 8a4155d commit b4e22b2
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 b4e22b2

Please sign in to comment.