aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2021-01-23 16:22:29 +0100
committerMax Kostikov <max@kostikov.co>2021-01-23 16:22:29 +0100
commitecf2e4e0ee53547ad14fd6b2fae0d7966ba50d97 (patch)
treef023ff920960d553edf57a70b70f1ff7779973d2 /boot.php
parent03910453a98bacd32dc379dc71d99a93d146bae1 (diff)
downloadvolse-hubzilla-ecf2e4e0ee53547ad14fd6b2fae0d7966ba50d97.tar.gz
volse-hubzilla-ecf2e4e0ee53547ad14fd6b2fae0d7966ba50d97.tar.bz2
volse-hubzilla-ecf2e4e0ee53547ad14fd6b2fae0d7966ba50d97.zip
Bump DB update version
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 07bb2b7e2..490e847af 100755
--- a/boot.php
+++ b/boot.php
@@ -53,7 +53,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '5.3.2' );
define ( 'ZOT_REVISION', '6.0' );
-define ( 'DB_UPDATE_VERSION', 1240 );
+define ( 'DB_UPDATE_VERSION', 1241 );
define ( 'PROJECT_BASE', __DIR__ );