aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-06-17 12:21:39 +0000
committerMario <mario@mariovavti.com>2021-06-17 12:21:39 +0000
commita84cec4acddf6804a88fcda52e4437c91785dfb2 (patch)
tree3b4cc882b942eb73dc391d08cda888b406a0e434 /boot.php
parentcf6b7a4236eeccff7d4434138dddc62a8b50004c (diff)
downloadvolse-hubzilla-a84cec4acddf6804a88fcda52e4437c91785dfb2.tar.gz
volse-hubzilla-a84cec4acddf6804a88fcda52e4437c91785dfb2.tar.bz2
volse-hubzilla-a84cec4acddf6804a88fcda52e4437c91785dfb2.zip
fix wrong class and bump version
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 5d7941747..fb968dcec 100644
--- a/boot.php
+++ b/boot.php
@@ -53,7 +53,7 @@ require_once('include/bbcode.php');
require_once('include/items.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '5.9.4' );
+define ( 'STD_VERSION', '5.9.5' );
define ( 'ZOT_REVISION', '6.0' );
define ( 'DB_UPDATE_VERSION', 1245 );