diff options
author | Mario <mario@mariovavti.com> | 2022-01-04 20:42:43 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-04 20:42:43 +0000 |
commit | 7342cb81a3cffc1cd8ae3e32c2035e5c07376b53 (patch) | |
tree | d985e62277275171c39809741e50049318bd5117 /boot.php | |
parent | b40e85855617812c8275878c5ca29fcaf9c209d7 (diff) | |
download | volse-hubzilla-7342cb81a3cffc1cd8ae3e32c2035e5c07376b53.tar.gz volse-hubzilla-7342cb81a3cffc1cd8ae3e32c2035e5c07376b53.tar.bz2 volse-hubzilla-7342cb81a3cffc1cd8ae3e32c2035e5c07376b53.zip |
bump version
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.5.12' ); +define ( 'STD_VERSION', '6.5.13' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1250 ); |