From 48717dff00a906b8ba8d70b667298fde94492b4f Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 14 Nov 2018 16:56:07 -0800 Subject: change db update counter --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 53aad48c9..c74309be0 100755 --- a/boot.php +++ b/boot.php @@ -53,7 +53,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '3.9.5' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1225 ); +define ( 'DB_UPDATE_VERSION', 1228 ); define ( 'PROJECT_BASE', __DIR__ ); -- cgit v1.2.3