aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-29 08:40:18 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-29 08:40:18 +0100
commite375224dfec3706b32bc840337f0b6f546708ace (patch)
tree5b7203a46dc3889aaa612e27933422badeabe94e
parentf55ef7e728a70ebca052635b073c84a716a41e48 (diff)
downloadvolse-hubzilla-e375224dfec3706b32bc840337f0b6f546708ace.tar.gz
volse-hubzilla-e375224dfec3706b32bc840337f0b6f546708ace.tar.bz2
volse-hubzilla-e375224dfec3706b32bc840337f0b6f546708ace.zip
bump version to prevent caching issues related to recent updates to main.js
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index af4f75ae3..4b9a43faa 100755
--- a/boot.php
+++ b/boot.php
@@ -50,7 +50,7 @@ require_once('include/hubloc.php');
require_once('include/attach.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '2.9.2' );
+define ( 'STD_VERSION', '2.9.3' );
define ( 'ZOT_REVISION', '1.3' );
define ( 'DB_UPDATE_VERSION', 1198 );