From f46ddf22739ff44fa7cfb5ed1054cb21cb847b76 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Sat, 20 Feb 2021 14:47:50 +0100 Subject: Bump DB version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index de3345c70..5c8bd3ed3 100644 --- a/boot.php +++ b/boot.php @@ -55,7 +55,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '5.3.4' ); define ( 'ZOT_REVISION', '6.0' ); -define ( 'DB_UPDATE_VERSION', 1242 ); +define ( 'DB_UPDATE_VERSION', 1243 ); define ( 'PROJECT_BASE', __DIR__ ); -- cgit v1.2.3