From 78e02ce7adc2836c27b08e5ac4df919e420b156e Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Mon, 29 Apr 2019 13:36:16 +0200 Subject: Fix problem in upgrade step --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.php') diff --git a/version.php b/version.php index 747e880..6c767d6 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_algebra'; -$plugin->version = 2019042800; +$plugin->version = 2019042900; $plugin->requires = 2016052300; -$plugin->release = '1.91 for Moodle 3.1 ... 3.7'; +$plugin->release = '1.92 for Moodle 3.1 ... 3.7'; $plugin->maturity = MATURITY_STABLE; -- cgit v1.2.3