diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-29 08:40:18 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-29 08:40:18 +0100 |
commit | e375224dfec3706b32bc840337f0b6f546708ace (patch) | |
tree | 5b7203a46dc3889aaa612e27933422badeabe94e /boot.php | |
parent | f55ef7e728a70ebca052635b073c84a716a41e48 (diff) | |
download | volse-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
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); |