Merge pull request #9556 from annando/vid

Increasing version number
This commit is contained in:
Hypolite Petovan 2020-11-20 06:56:52 -05:00 committed by GitHub
commit 085059bd92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 [