Skip to content

Commit

Permalink
version bump from 1.0.0 to 1.1.0 (#259)
Browse files Browse the repository at this point in the history
Co-authored-by: Melroy van den Berg <[email protected]>
  • Loading branch information
e-five256 and melroy89 authored Nov 14, 2023
1 parent 66d3ac4 commit b6f5f11
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.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,
Expand Down

0 comments on commit b6f5f11

Please sign in to comment.