From 0728a26e95d2e78ecad7eebcfb6fd9191c8073a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A4rdeman?= Date: Mon, 23 Aug 2021 14:03:27 +0200 Subject: [PATCH] [change-password] Bump version --- plugins/change-password/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/change-password/index.php b/plugins/change-password/index.php index a27521536..6e27553a8 100644 --- a/plugins/change-password/index.php +++ b/plugins/change-password/index.php @@ -6,7 +6,7 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Change Password', - VERSION = '2.2', + VERSION = '2.3', RELEASE = '2021-07-20', REQUIRED = '2.5.0', CATEGORY = 'Security',