From 0adbe85da0789ef57a2e0fee9b68cadfe7c88625 Mon Sep 17 00:00:00 2001 From: Daniel Neis Araujo Date: Wed, 4 Apr 2018 09:27:34 -0300 Subject: [PATCH] bump build and version --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 7db8efa..3c850d4 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015042701; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2018040400; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2017111300; // Requires this Moodle version. -$plugin->release = 3; +$plugin->release = 4; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'block_featuredcourses'; // Full name of the plugin (used for diagnostics). -- GitLab