From 9b62ba6dfee87aa44f59a33c1905efb60fed3fa1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 24 Dec 2023 15:57:10 +0100 Subject: [PATCH] bump version 2024.03-dev --- VERSION | 2 +- src/App.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index c0d71d8545..dfca892bef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2023.12 +2024.03-dev diff --git a/src/App.php b/src/App.php index a01a6bc6c8..1938db0760 100644 --- a/src/App.php +++ b/src/App.php @@ -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