temporary add App.php

This commit is contained in:
Philipp 2025-01-02 01:39:10 +01:00
parent 7cead7b168
commit 0ff7a1c72b
No known key found for this signature in database
GPG key ID: 24A7501396EB5432

View file

@ -64,7 +64,7 @@ class App
{
const PLATFORM = 'Friendica';
const CODENAME = 'Interrupted Fern';
const VERSION = '2025.02-dev';
const VERSION = '2025.02-dev';
public static function fromDice(Dice $dice): self
{