From b530aadf72f27985fd48bb171cedfe9ed7468ee2 Mon Sep 17 00:00:00 2001 From: cdils <3099408+cdils@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:36:51 +0000 Subject: [PATCH] Bump version to 1.4.0-BETA5 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..2656537e 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-BETA5 * 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-BETA5'; const PLUGIN_DIR = __DIR__; const PLUGIN_FILE = __FILE__;