From 3470e772c4d28bffa0e5ad570cb7086ce8bbbd45 Mon Sep 17 00:00:00 2001 From: Michael Stilkerich Date: Sat, 11 Sep 2021 17:49:02 +0200 Subject: [PATCH] set plugin version 4.2.0 for release --- carddav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carddav.php b/carddav.php index 558b0e89..4eb8ca63 100644 --- a/carddav.php +++ b/carddav.php @@ -68,7 +68,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.2.0+dev'; + private const PLUGIN_VERSION = 'v4.2.0'; /** * Information about this plugin that is queried by roundcube.