From: Philipp Date: Thu, 2 Jan 2025 00:39:10 +0000 (+0100) Subject: temporary add App.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0ff7a1c72b32d0593f11a29bcdbac75f20d258fe;p=friendica.git temporary add App.php --- 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 {