From b7151bae3ba788df0898694702bd4d7621350d87 Mon Sep 17 00:00:00 2001 From: gthomas2 Date: Sun, 21 Jan 2018 18:12:43 +0000 Subject: [PATCH] Issue #7: Version bump --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index dd9cc03..39d345f 100644 --- a/version.php +++ b/version.php @@ -22,7 +22,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017110301; +$plugin->version = 2018012100; $plugin->requires = 2011111500; $plugin->component = 'filter_imageopt'; $plugin->maturity = MATURITY_BETA;