From 0c73a8a08d65f937d3abfa94827414aa10ecd4fb Mon Sep 17 00:00:00 2001 From: Tony Butler Date: Tue, 8 Oct 2024 17:20:02 +0100 Subject: [PATCH] ITS-22071 mod_leganto: Update version info for v4.5.1 release --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index cd85baa..acab3fd 100644 --- a/version.php +++ b/version.php @@ -30,4 +30,4 @@ $plugin->component = 'mod_leganto'; // Full name of the plugin (used for diagnostics). $plugin->cron = 0; $plugin->maturity = MATURITY_STABLE; -$plugin->release = 'v4.5.0 (Build: 20241007)'; +$plugin->release = 'v4.5.1 (Build: 20241008)';