From 28e0b2fa096d47942dd33e173a5b563f5cd569ee Mon Sep 17 00:00:00 2001 From: Michael Stilkerich Date: Sun, 29 Nov 2020 17:41:48 +0100 Subject: [PATCH] Set version to 4.0.4 --- carddav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carddav.php b/carddav.php index caa22ba8..7c597565 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.3+dev'; + private const PLUGIN_VERSION = 'v4.0.4'; /** * Information about this plugin that is queried by roundcube.