bump version
This commit is contained in:
parent
f3fb69e7b9
commit
2dbfb07008
|
@ -1,5 +1,5 @@
|
||||||
-- ------------------------------------------
|
-- ------------------------------------------
|
||||||
-- Friendica 2023.05-rc (Giant Rhubarb)
|
-- Friendica 2023.05 (Giant Rhubarb)
|
||||||
-- DB_UPDATE_VERSION 1518
|
-- DB_UPDATE_VERSION 1518
|
||||||
-- ------------------------------------------
|
-- ------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user