Skip to content

Commit

Permalink
version bump from 1.1.0 to 1.2.0 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-five256 authored Nov 29, 2023
1 parent f82241d commit 163489a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factory/ActivityPub/NodeInfoFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0'; // TODO: Should come from git tags?
private const MBIN_VERSION = '1.2.0'; // TODO: Should come from git tags?
public function __construct(
private readonly StatsContentRepository $repository,
Expand Down

0 comments on commit 163489a

Please sign in to comment.