From d0596c53894e51023e8980b62180afb467d5cd4c Mon Sep 17 00:00:00 2001 From: Michael Stilkerich Date: Sat, 20 Nov 2021 11:58:46 +0100 Subject: [PATCH] Set version to 4.3.0 --- carddav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carddav.php b/carddav.php index c51c23ab..80c7b9ce 100644 --- a/carddav.php +++ b/carddav.php @@ -69,7 +69,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.3.0+dev'; + private const PLUGIN_VERSION = 'v4.3.0'; /** * Information about this plugin that is queried by roundcube.