mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
bump version
This commit is contained in:
parent
f3fb69e7b9
commit
2dbfb07008
3 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2023.05-rc
|
||||
2023.05
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
-- ------------------------------------------
|
||||
-- Friendica 2023.05-rc (Giant Rhubarb)
|
||||
-- Friendica 2023.05 (Giant Rhubarb)
|
||||
-- DB_UPDATE_VERSION 1518
|
||||
-- ------------------------------------------
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ class App
|
|||
{
|
||||
const PLATFORM = 'Friendica';
|
||||
const CODENAME = 'Giant Rhubarb';
|
||||
const VERSION = '2023.05-rc';
|
||||
const VERSION = '2023.05';
|
||||
|
||||
// Allow themes to control internal parameters
|
||||
// by changing App values in theme.php
|
||||
|
|
Loading…
Reference in a new issue