From 2ec8f9130a1a259c0c13baa53115403b439cdf82 Mon Sep 17 00:00:00 2001 From: vendeeglobe <54716082+vendeeglobe@users.noreply.github.com> Date: Sat, 12 Feb 2022 12:19:03 +0100 Subject: [PATCH] raised WACKO_VERSION to 6.0.28 --- wacko/config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wacko/config/constants.php b/wacko/config/constants.php index f76897b0d..492f52738 100644 --- a/wacko/config/constants.php +++ b/wacko/config/constants.php @@ -84,7 +84,7 @@ const SQL_MODE_PERMISSIVE = 'NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER'; // Do not change these three lines, PLEASE-PLEASE. In fact, don't change anything! Ever! -const WACKO_VERSION = '6.0.27'; +const WACKO_VERSION = '6.0.28'; const HTML_ENTITIES_CHARSET = 'UTF-8'; const XML_HTMLSAX3 = 'lib/HTMLSax3/';