From b40115111d4bf09e8cb47d0d027dfc12d52dc8ce Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 16 Oct 2018 20:59:54 -0700 Subject: [PATCH] rev update --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 23a7360b0..cf6f5eb6c 100755 --- a/boot.php +++ b/boot.php @@ -32,7 +32,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); -define ( 'STD_VERSION', '1.3' ); +define ( 'STD_VERSION', '1.5' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1221 );