From 1982c3b2a69ae7b5ab79833e84c3fa34e9b51597 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Fri, 15 Jan 2021 10:00:57 +1300 Subject: [PATCH] Bump version. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 6a49dff..ed84199 100755 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020120300; +$plugin->version = 2021011500; $plugin->requires = 2019072500; // Requires 3.8. $plugin->release = '3.9.1'; $plugin->maturity = MATURITY_STABLE;