Incremented again

This commit is contained in:
Roland Häder 2022-06-19 15:32:14 +02:00
parent 9f24a4b60e
commit 2512449751
Signed by: roland
GPG Key ID: C82EDE5DDFA0BA77
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
-- ------------------------------------------ -- ------------------------------------------
-- Friendica 2022.09-dev (Giant Rhubarb) -- Friendica 2022.09-dev (Giant Rhubarb)
-- DB_UPDATE_VERSION 1470 -- DB_UPDATE_VERSION 1471
-- ------------------------------------------ -- ------------------------------------------

View File

@ -55,7 +55,7 @@
use Friendica\Database\DBA; use Friendica\Database\DBA;
if (!defined('DB_UPDATE_VERSION')) { if (!defined('DB_UPDATE_VERSION')) {
define('DB_UPDATE_VERSION', 1470); define('DB_UPDATE_VERSION', 1471);
} }
return [ return [