diff options
author | Mario Vavti <mario@mariovavti.com> | 2020-12-17 13:27:11 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-12-17 13:29:15 +0000 |
commit | 612448e4ae0a1595d698dff3dbbc442e94367c50 (patch) | |
tree | 310b5e652ab11745f71e0fbf4b473170dbb68236 /boot.php | |
parent | 82db19d54caf374963e0c6fa5f7391b10caf9ba8 (diff) | |
download | volse-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-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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__ ); |