From 8611e20344ddc74c12855fd0a61b8000b56496be Mon Sep 17 00:00:00 2001 From: Bas Steelooper Date: Fri, 24 Feb 2023 11:53:48 +0100 Subject: [PATCH] new release --- data/inc/security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/inc/security.php b/data/inc/security.php index e495c10..c6acfdf 100644 --- a/data/inc/security.php +++ b/data/inc/security.php @@ -22,7 +22,7 @@ * This constant is defined here to allow for hooks to be added inside modules. * For other constants, see variables.all.php and variables.site.php */ -define('PLUCK_VERSION', '4.7.18 dev'); +define('PLUCK_VERSION', '4.7.18'); //Error reporting default is (E_ALL ^ E_NOTICE) - but use server configuration for production environment //Uncomment next line for development (shows every possible error)