aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2020-12-17 13:27:11 +0100
committerMario <mario@mariovavti.com>2020-12-17 13:29:15 +0000
commit612448e4ae0a1595d698dff3dbbc442e94367c50 (patch)
tree310b5e652ab11745f71e0fbf4b473170dbb68236 /boot.php
parent82db19d54caf374963e0c6fa5f7391b10caf9ba8 (diff)
downloadvolse-hubzilla-612448e4ae0a1595d698dff3dbbc442e94367c50.tar.gz
volse-hubzilla-612448e4ae0a1595d698dff3dbbc442e94367c50.tar.bz2
volse-hubzilla-612448e4ae0a1595d698dff3dbbc442e94367c50.zip
update to fix empty hubloc_id_url caused by clone import bug for zot hublocs which was fixed in 4693069a0618775167fd5c5b8c91b80f8a832da0
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 8a1b86e27..c001c7572 100755
--- a/boot.php
+++ b/boot.php
@@ -50,10 +50,10 @@ require_once('include/attach.php');
require_once('include/bbcode.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '5.0.5' );
+define ( 'STD_VERSION', '5.0.6' );
define ( 'ZOT_REVISION', '6.0' );
-define ( 'DB_UPDATE_VERSION', 1239 );
+define ( 'DB_UPDATE_VERSION', 1240 );
define ( 'PROJECT_BASE', __DIR__ );