From c380316b959c50fb2f760ac0cf8d6d81f0e40798 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Tue, 10 Aug 2021 21:12:51 +1200 Subject: [PATCH] bump verstion to test plugin release. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 4fd0352..3b60b10 100755 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021072302; +$plugin->version = 2021072303; $plugin->requires = 2021050400; // Requires 3.11. $plugin->release = '3.11.5'; $plugin->maturity = MATURITY_STABLE;