diff options
author | Mario <mario@mariovavti.com> | 2023-05-04 09:27:31 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-04 09:27:31 +0000 |
commit | a24a1ca6d79cf48ae18352a9df9e94bc6c4c7431 (patch) | |
tree | f205ffcb7d090a16ae09b1796a59df0d47ef3a46 /boot.php | |
parent | df420361000a33f3e6f6982954c21a1c7a3168cf (diff) | |
download | volse-hubzilla-a24a1ca6d79cf48ae18352a9df9e94bc6c4c7431.tar.gz volse-hubzilla-a24a1ca6d79cf48ae18352a9df9e94bc6c4c7431.tar.bz2 volse-hubzilla-a24a1ca6d79cf48ae18352a9df9e94bc6c4c7431.zip |
update 1258 to remove traces of channelreputation
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ define('PLATFORM_NAME', 'hubzilla'); define('STD_VERSION', '8.3.5'); define('ZOT_REVISION', '6.0'); -define('DB_UPDATE_VERSION', 1257); +define('DB_UPDATE_VERSION', 1258); define('PROJECT_BASE', __DIR__); |