From b43064ce6e5cbb9b83f0ca1980f43760abc81212 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 25 Jan 2017 11:46:59 -0800 Subject: [PATCH] roll minor version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index df0d02a6a..e28e726c5 100755 --- a/boot.php +++ b/boot.php @@ -48,7 +48,7 @@ require_once('include/zid.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.0.6' ); +define ( 'STD_VERSION', '2.0.7' ); define ( 'ZOT_REVISION', '1.2' ); define ( 'DB_UPDATE_VERSION', 1185 );