From fcd2a0e39551722b832be3fc52d952cc2afe0928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=BC=C3=9Fenguth?= Date: Tue, 1 Feb 2022 13:12:52 +0100 Subject: [PATCH] Version bump to v1.2 --- init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.php b/init.php index 198d1d6..675abf1 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.1"; +$current_version = "v1.2"; $headline = "Manage your ECG mailing lists " . $current_version; $debug = false;