From 4c61465b27a70c16d3000ee5cc5390e3afd07008 Mon Sep 17 00:00:00 2001 From: Amrita Deb Dutta Date: Thu, 12 Dec 2024 08:30:51 +0100 Subject: [PATCH] version increment --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index a92f5f0..baeef6d 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_pdfannotator'; -$plugin->version = 2024112600; +$plugin->version = 2024121200; $plugin->release = 'PDF Annotator v1.5 release 7'; $plugin->requires = 2021051700; $plugin->maturity = MATURITY_STABLE;