]> git.mxchange.org Git - friendica.git/blobdiff - src/App.php
Allow setting user avatar in the console at creation
[friendica.git] / src / App.php
index a01a6bc6c8310975608d997baaeee890fc88f9f9..4c5f6bfa9d2132148e4e40aeff3164494826576e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -64,7 +64,7 @@ class App
 {
        const PLATFORM = 'Friendica';
        const CODENAME = 'Yellow Archangel';
-       const VERSION  = '2023.12';
+       const VERSION  = '2024.03-dev';
 
        // Allow themes to control internal parameters
        // by changing App values in theme.php