From 5bf308f7505b4709adf8a930b9aa5abd36e6ef8c Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 14 Feb 2021 14:28:37 -0800 Subject: [PATCH] another release(?) --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 64d8b3360..c2704d323 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', '21.02.11' ); +define ( 'STD_VERSION', '21.02.15' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1247 );