From e21547871ae48ba9ebe2fa1f4d7b18f65a2d39bf Mon Sep 17 00:00:00 2001 From: Michael Stilkerich Date: Sun, 16 Oct 2022 11:28:18 +0200 Subject: [PATCH] Set version 5.0.0-beta1 --- CHANGELOG.md | 2 +- carddav.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8816ded5..bb58ca3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog for RCMCardDAV -## Version 5.0.0-beta (to 4.4.4) +## Version 5.0.0-beta1 (to 4.4.4) __NOTE: Before upgrading to v5, please read the upgrade notes in README.md.__ diff --git a/carddav.php b/carddav.php index 5ea32726..11f4f28e 100644 --- a/carddav.php +++ b/carddav.php @@ -39,7 +39,7 @@ class carddav extends rcube_plugin implements RcmInterface * * During development, it is set to the last release and added the suffix +dev. */ - public const PLUGIN_VERSION = 'v5.0.0-dev'; + public const PLUGIN_VERSION = 'v5.0.0-beta1'; /** * Information about this plugin that is queried by roundcube.