From 66dc40cd344aac64128913d39e041b8d76d625aa Mon Sep 17 00:00:00 2001 From: Michael Stilkerich Date: Sat, 14 Nov 2020 13:07:04 +0100 Subject: [PATCH] Set plugin version 4.0.2 --- carddav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carddav.php b/carddav.php index ad068bb8..590045b6 100644 --- a/carddav.php +++ b/carddav.php @@ -33,7 +33,7 @@ class carddav extends rcube_plugin * * During development, it is set to the last release and added the suffix +dev. */ - private const PLUGIN_VERSION = 'v4.0.1+dev'; + private const PLUGIN_VERSION = 'v4.0.2'; /** * Information about this plugin that is queried by roundcube.