]> git.mxchange.org Git - friendica.git/commitdiff
temporary add App.php
authorPhilipp <admin@philipp.info>
Thu, 2 Jan 2025 00:39:10 +0000 (01:39 +0100)
committerPhilipp <admin@philipp.info>
Thu, 2 Jan 2025 01:01:34 +0000 (02:01 +0100)
src/App.php

index 9cacfaf6cf7cb0b3dbf8f1f052aa743ddf64ba84..4e35ef5e70cd4e09cd857d08efa8235dc83f523d 100644 (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
        {