From 598d9b8852792017e9e28d6e85015a1f6e5de621 Mon Sep 17 00:00:00 2001 From: Bas Date: Fri, 4 Oct 2024 16:54:24 +0200 Subject: [PATCH] Prepare 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 c6acfdf..d8ff606 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'); +define('PLUCK_VERSION', '4.7.19 dev'); //Error reporting default is (E_ALL ^ E_NOTICE) - but use server configuration for production environment //Uncomment next line for development (shows every possible error)