aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-02-28 10:21:22 +0100
committerMario Vavti <mario@mariovavti.com>2018-02-28 10:21:22 +0100
commit6593dff9f5b07c76037fa0afc7357089306195c4 (patch)
tree3956964e6f695ac881ca641e9ec9b9ffccc20156 /boot.php
parent924c8db71206dca0baa1e95c63719205404d5380 (diff)
downloadvolse-hubzilla-6593dff9f5b07c76037fa0afc7357089306195c4.tar.gz
volse-hubzilla-6593dff9f5b07c76037fa0afc7357089306195c4.tar.bz2
volse-hubzilla-6593dff9f5b07c76037fa0afc7357089306195c4.zip
missed one index in the last update
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 ae62b6f44..2c937cf57 100755
--- a/boot.php
+++ b/boot.php
@@ -53,7 +53,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '3.3' );
define ( 'ZOT_REVISION', '1.3' );
-define ( 'DB_UPDATE_VERSION', 1205 );
+define ( 'DB_UPDATE_VERSION', 1206 );
define ( 'PROJECT_BASE', __DIR__ );