From 3be7f6fe08d09224e0ecd2f2dde843ab981df90f Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 24 Feb 2020 17:45:22 -0800 Subject: [PATCH] rev update --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 3bd3c93de..f76be141f 100755 --- a/boot.php +++ b/boot.php @@ -48,7 +48,7 @@ require_once('include/items.php'); -define ( 'STD_VERSION', '20.02.24' ); +define ( 'STD_VERSION', '20.02.25' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1237 );