From 6cf6852c0fab8e2e2731f40057898c221c37362d Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 31 May 2022 16:05:55 +0200 Subject: [PATCH] Missing update of the package version --- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 3fb6b51bc9..4ef8880c68 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -50,7 +50,7 @@ if (!@\ini_get('date.timezone')) { } // define current woltlab suite version -\define('WCF_VERSION', '5.5.0 Beta 3'); +\define('WCF_VERSION', '5.5.0 Beta 4'); // define current API version // @deprecated 5.2 -- 2.20.1