From 15a8d150ca682cb2e79ddba930c05d72332704ce Mon Sep 17 00:00:00 2001 From: Andrii Semenets Date: Fri, 19 Jul 2024 21:10:59 +0300 Subject: [PATCH] bump version to test strings --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 6ea0cfd66..202dfb234 100755 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024071901; +$plugin->version = 2024071902; $plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1. $plugin->release = '8.5.0'; $plugin->maturity = MATURITY_STABLE;