From 0ff7a1c72b32d0593f11a29bcdbac75f20d258fe Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 2 Jan 2025 01:39:10 +0100 Subject: [PATCH] temporary add App.php --- src/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.php b/src/App.php index 9cacfaf6cf..4e35ef5e70 100644 --- a/src/App.php +++ b/src/App.php @@ -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 {