Increasing version number

This commit is contained in:
Michael 2020-11-20 00:22:56 +00:00
parent 190e0ff913
commit deae47cbfd
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
-- ------------------------------------------ -- ------------------------------------------
-- Friendica 2020.12-dev (Red Hot Poker) -- Friendica 2020.12-dev (Red Hot Poker)
-- DB_UPDATE_VERSION 1377 -- DB_UPDATE_VERSION 1378
-- ------------------------------------------ -- ------------------------------------------

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', 1377); define('DB_UPDATE_VERSION', 1378);
} }
return [ return [