From df71168ab76531b399829ebad3f363b563f135ad Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 19 Jan 2022 09:41:16 +0000 Subject: fix channel app naming and translation and cleanup apps with an db update --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 6bce39f7f..a6127865c 100644 --- a/boot.php +++ b/boot.php @@ -58,7 +58,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '7.1' ); define ( 'ZOT_REVISION', '6.0' ); -define ( 'DB_UPDATE_VERSION', 1250 ); +define ( 'DB_UPDATE_VERSION', 1251 ); define ( 'PROJECT_BASE', __DIR__ ); -- cgit v1.2.3