From 057db41758daf85a1506fff8e5332db2dc62b2b9 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 7 Nov 2022 19:50:55 +0000 Subject: bump version --- CHANGELOG | 5 +++++ boot.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b8d4785ba..e486ef83a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Hubzilla 7.8.3 (2022-11-07) + - Fix regression where auto created directories were not created with public permissions + - Fix regression where pinned/featured state of apps was not displayed correctly + + Hubzilla 7.8.2 (2022-11-05) - Pubcrawl: fix regression in inbox - Fix display issue of shares coming from streams diff --git a/boot.php b/boot.php index 600c49752..4c817924e 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.2'); +define('STD_VERSION', '7.9.3'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1253); -- cgit v1.2.3