aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-09-05 10:36:28 +0200
committerMario Vavti <mario@mariovavti.com>2016-09-05 10:36:28 +0200
commit2226d708ba991011d66885fb6df8fd3c02ca1fec (patch)
treee71b91cad0d0efb7ba483d295cd26db42d4b8b09 /boot.php
parentba33c51b8c97992c374861bece427ffa6a7b6d9a (diff)
downloadvolse-hubzilla-2226d708ba991011d66885fb6df8fd3c02ca1fec.tar.gz
volse-hubzilla-2226d708ba991011d66885fb6df8fd3c02ca1fec.tar.bz2
volse-hubzilla-2226d708ba991011d66885fb6df8fd3c02ca1fec.zip
bump STD_VERSION due to possible js chaching issue with new jotnets implementation
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 ea3522dc7..21cd7e281 100755
--- a/boot.php
+++ b/boot.php
@@ -44,7 +44,7 @@ require_once('include/account.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '1.13' );
+define ( 'STD_VERSION', '1.13.1' );
define ( 'ZOT_REVISION', '1.1' );
define ( 'DB_UPDATE_VERSION', 1182 );