From b6e34695197191275d6d9f4f63f7f976bcf89a2d Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 13 Nov 2020 09:26:04 +0000 Subject: update to fix more broken hublocs and version bump --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 385a34891..52761431b 100755 --- a/boot.php +++ b/boot.php @@ -50,10 +50,10 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.1.3' ); +define ( 'STD_VERSION', '5.1.4' ); define ( 'ZOT_REVISION', '6.0' ); -define ( 'DB_UPDATE_VERSION', 1238 ); +define ( 'DB_UPDATE_VERSION', 1239 ); define ( 'PROJECT_BASE', __DIR__ ); -- cgit v1.2.3