From 3a7e43a564b0090c031221918a1fb306dff3ec14 Mon Sep 17 00:00:00 2001
From: Thomas Fradet <t.fradet8@gmail.com>
Date: Thu, 21 Feb 2019 10:22:51 +0100
Subject: [PATCH] disabled tasks

---
 version.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/version.php b/version.php
index 5ca89a7..31bc26c 100644
--- a/version.php
+++ b/version.php
@@ -28,7 +28,7 @@
  */
 defined('MOODLE_INTERNAL') || die();
 
-$plugin->version = 2019021903;
+$plugin->version = 2019021904;
 $plugin->requires = 2014051200;
 $plugin->component = 'block_competency_iena';
 $plugin->release = 'v1.0';
-- 
GitLab