From 857c953a8af1197c0c66d9faee9d75cf0f3de12d Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 9 Sep 2020 21:04:19 -0700 Subject: [PATCH] revision --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index ac705bab9..6ca97413d 100755 --- a/boot.php +++ b/boot.php @@ -16,7 +16,7 @@ use Zotlabs\Daemon\Run; * @brief This file defines some global constants and includes the central App class. */ -define ( 'STD_VERSION', '20.09.09' ); +define ( 'STD_VERSION', '20.09.10' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1242 );