From c410602c91963d3cf70760b9bb532125d2674a8f Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 24 Jun 2019 18:00:22 -0700 Subject: [PATCH] rev update --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index b86758eb1..897bc61f8 100755 --- a/boot.php +++ b/boot.php @@ -45,7 +45,7 @@ require_once('include/items.php'); -define ( 'STD_VERSION', '3.1' ); +define ( 'STD_VERSION', '3.3' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1232 );