From 725f7e18ed268cc2b5196887700e338d2f8f341f Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 25 Feb 2019 15:44:31 -0800 Subject: [PATCH] bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 7361f96fe..982f3259a 100755 --- a/boot.php +++ b/boot.php @@ -32,7 +32,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); -define ( 'STD_VERSION', '2.3' ); +define ( 'STD_VERSION', '2.7' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1227 );