From ead32ad051f59467c63dc7b7c50e3b9b1487e445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=BC=C3=9Fenguth?= Date: Thu, 28 Oct 2021 12:31:27 +0200 Subject: [PATCH] Switched to version 1.1 --- init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.php b/init.php index 1e9633f..198d1d6 100644 --- a/init.php +++ b/init.php @@ -22,7 +22,7 @@ $domain_global = "mlmmj"; $rc_webhook = ""; # No need to change this values -$current_version = "v1.0"; +$current_version = "v1.1"; $headline = "Manage your ECG mailing lists " . $current_version; $debug = false;