From 60ea02d076f2b1b46c17722ed028b8d002122415 Mon Sep 17 00:00:00 2001
From: Tobias Reischmann <tobias.reischmann@wi.uni-muenster.de>
Date: Thu, 5 Sep 2019 10:43:53 +0200
Subject: [PATCH] New version v3.7-r1

---
 version.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/version.php b/version.php
index 5efdc93..e42e34f 100644
--- a/version.php
+++ b/version.php
@@ -23,8 +23,8 @@
 
 defined('MOODLE_INTERNAL') || die;
 
-$plugin->maturity = MATURITY_ALPHA;
-$plugin->version  = 2019082300;
+$plugin->maturity = MATURITY_BETA;
+$plugin->version  = 2019090500;
 $plugin->component = 'tool_lifecycle';
 $plugin->requires = 2017111300; // Require Moodle 3.4 (or above).
-$plugin->release = 'v3.6-r1';
+$plugin->release = 'v3.7-r1';
-- 
GitLab