From d15a08b370047405417538082e7c6f3836b99b14 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Tue, 10 Aug 2021 20:53:18 +1200 Subject: [PATCH] Bump version for plugins db release test. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 71c6009..4fd0352 100755 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021072301; +$plugin->version = 2021072302; $plugin->requires = 2021050400; // Requires 3.11. $plugin->release = '3.11.5'; $plugin->maturity = MATURITY_STABLE;