From 3639e5dbcef85e38a81458be23413ed0dc20e6a7 Mon Sep 17 00:00:00 2001 From: cdils <3099408+cdils@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:59:11 +0000 Subject: [PATCH] Bump version to 1.4.0-RC1 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.php b/plugin.php index b7b1d21d..8811ecb4 100644 --- a/plugin.php +++ b/plugin.php @@ -2,7 +2,7 @@ /** * Plugin Name: FAIR Connect - Federated and Independent Repositories * Description: Make your site more FAIR. - * Version: 1.3.0 + * Version: 1.4.0-RC1 * Author: FAIR Contributors * Author URI: https://fair.pm * Security: security@fair.pm @@ -20,7 +20,7 @@ namespace FAIR; -const VERSION = '1.3.0'; +const VERSION = '1.4.0-RC1'; const PLUGIN_DIR = __DIR__; const PLUGIN_FILE = __FILE__;