From b6f5f114005610aa4b2de38beed0c556167798cd Mon Sep 17 00:00:00 2001 From: e-five <146029455+e-five256@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:11:29 -0500 Subject: [PATCH] version bump from 1.0.0 to 1.1.0 (#259) Co-authored-by: Melroy van den Berg --- src/Factory/ActivityPub/NodeInfoFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Factory/ActivityPub/NodeInfoFactory.php b/src/Factory/ActivityPub/NodeInfoFactory.php index a97562b4c..34d05ce4a 100644 --- a/src/Factory/ActivityPub/NodeInfoFactory.php +++ b/src/Factory/ActivityPub/NodeInfoFactory.php @@ -11,7 +11,7 @@ class NodeInfoFactory { private const NODE_PROTOCOL = 'activitypub'; private const MBIN_REPOSITORY_URL = 'https://github.com/MbinOrg/mbin'; - private const MBIN_VERSION = '1.0.0'; // TODO: Should be read from package.json or composer.json + private const MBIN_VERSION = '1.1.0'; // TODO: Should come from git tags? public function __construct( private readonly StatsContentRepository $repository,