aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-04-20 15:03:16 -0700
committerzotlabs <mike@macgirvin.com>2018-04-20 15:03:16 -0700
commitaf909f66a7a21cf7613934e43994799a85fd9d67 (patch)
tree07d8434b7f1dfba37ea76e487eae3b86e8aab8dc /boot.php
parente05f41630bd7d4fa2b7cae7ea400bc04c1cc8afd (diff)
downloadvolse-hubzilla-af909f66a7a21cf7613934e43994799a85fd9d67.tar.gz
volse-hubzilla-af909f66a7a21cf7613934e43994799a85fd9d67.tar.bz2
volse-hubzilla-af909f66a7a21cf7613934e43994799a85fd9d67.zip
fix any misconfigured channel permission limits
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 aa6fe7b99..eb2c1ddff 100755
--- a/boot.php
+++ b/boot.php
@@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.5' );
define ( 'ZOT_REVISION', '6.0a' );
-define ( 'DB_UPDATE_VERSION', 1211 );
+define ( 'DB_UPDATE_VERSION', 1212 );
define ( 'PROJECT_BASE', __DIR__ );