aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--boot.php2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 548f98c78..9bdfaa8a0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+Hubzilla 7.8.6 (2022-11-14)
+ - Fix typo in boot.php
+
+
Hubzilla 7.8.5 (2022-11-13)
- Fix outbound edit activity not of type update
- Fix mod display not falling through to fetch public item
diff --git a/boot.php b/boot.php
index a46d52d88..1ff36f7b8 100644
--- a/boot.php
+++ b/boot.php
@@ -60,7 +60,7 @@ require_once('include/bbcode.php');
require_once('include/items.php');
define('PLATFORM_NAME', 'hubzilla');
-define('STD_VERSION', '7.9.5');
+define('STD_VERSION', '7.9.6');
define('ZOT_REVISION', '6.0');
define('DB_UPDATE_VERSION', 1253);