diff options
author | Mario <mario@mariovavti.com> | 2022-12-15 09:19:56 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-12-15 09:19:56 +0000 |
commit | 91917c98e47a9f645fd4d1401b98a7f68941a1f7 (patch) | |
tree | 2501917a5cfedeb59fa0883d2fdfd31795e40603 /boot.php | |
parent | 2f687de477c3aeec7ee684fd875e5190ae4c2fbe (diff) | |
download | volse-hubzilla-91917c98e47a9f645fd4d1401b98a7f68941a1f7.tar.gz volse-hubzilla-91917c98e47a9f645fd4d1401b98a7f68941a1f7.tar.bz2 volse-hubzilla-91917c98e47a9f645fd4d1401b98a7f68941a1f7.zip |
bump version
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '7.9.12'); +define('STD_VERSION', '7.9.13'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1254); |