bump version

This commit is contained in:
Tobias Diekershoff 2023-05-23 22:03:05 +02:00
parent f3fb69e7b9
commit 2dbfb07008
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2023.05-rc 2023.05

View File

@ -1,5 +1,5 @@
-- ------------------------------------------ -- ------------------------------------------
-- Friendica 2023.05-rc (Giant Rhubarb) -- Friendica 2023.05 (Giant Rhubarb)
-- DB_UPDATE_VERSION 1518 -- DB_UPDATE_VERSION 1518
-- ------------------------------------------ -- ------------------------------------------

View File

@ -64,7 +64,7 @@ class App
{ {
const PLATFORM = 'Friendica'; const PLATFORM = 'Friendica';
const CODENAME = 'Giant Rhubarb'; const CODENAME = 'Giant Rhubarb';
const VERSION = '2023.05-rc'; const VERSION = '2023.05';
// Allow themes to control internal parameters // Allow themes to control internal parameters
// by changing App values in theme.php // by changing App values in theme.php