From d284b8e0a082195bb7b2d2156ed65bbfe82fb41e Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 16 Nov 2016 14:14:30 -0800 Subject: [PATCH] roll minor version (master) --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 77fb35985..f5733a234 100755 --- a/boot.php +++ b/boot.php @@ -44,7 +44,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '1.14.2' ); +define ( 'STD_VERSION', '1.14.3' ); define ( 'ZOT_REVISION', '1.1' ); define ( 'DB_UPDATE_VERSION', 1183 );