From d77e8633cebbb124d3641bdc3fe25aee8412c0f7 Mon Sep 17 00:00:00 2001 From: Akhil Date: Mon, 4 Sep 2023 15:37:45 +0530 Subject: [PATCH] Bump version to 3.0 --- plugins/nextcloud/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nextcloud/index.php b/plugins/nextcloud/index.php index 718ca69b3..2b68d4192 100644 --- a/plugins/nextcloud/index.php +++ b/plugins/nextcloud/index.php @@ -4,7 +4,7 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Nextcloud', - VERSION = '2.23', + VERSION = '3.0', RELEASE = '2023-04-11', CATEGORY = 'Integrations', DESCRIPTION = 'Integrate with Nextcloud v20+',