From 14956244cce99e84554f2fc8cca57e6ab2992f0f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 18 May 2023 15:55:42 +0200 Subject: [PATCH] bump version 2023.05-rc --- VERSION | 2 +- src/App.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 583a9757bc..fc8ec54549 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2023.06-dev +2023.05-rc diff --git a/src/App.php b/src/App.php index 495cfb8b0a..bd9039ad0d 100644 --- a/src/App.php +++ b/src/App.php @@ -64,7 +64,7 @@ class App { const PLATFORM = 'Friendica'; const CODENAME = 'Giant Rhubarb'; - const VERSION = '2023.06-dev'; + const VERSION = '2023.05-rc'; // Allow themes to control internal parameters // by changing App values in theme.php