From 6a80be5364982ea58b7cf70e5bd8b8add20f2191 Mon Sep 17 00:00:00 2001 From: Gareth J Barnard Date: Mon, 8 May 2017 18:18:53 +0100 Subject: [PATCH] Update version number. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index b03f382..a5a129a 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die; $plugin->release = '2.9.1.3'; -$plugin->version = 2015082104; +$plugin->version = 2015082105; $plugin->requires = 2015051100.00; // 2.9 (Build: 20150511). $plugin->maturity = MATURITY_STABLE; $plugin->component = 'block_theme_selector';