From e1734746c047c9df1975cd548d32d87019923728 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 26 Oct 2017 18:57:01 +0400 Subject: Change version --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 425284c..4a02ab2 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ */ defined("MOODLE_INTERNAL") || die(); -$plugin->release = "0.4.0 (Build: 2017102620)"; -$plugin->version = 2017102620; +$plugin->release = "0.5.0 (Build: 2017102630)"; +$plugin->version = 2017102630; $plugin->requires = 2016112900; $plugin->component = "local_webhooks"; -$plugin->maturity = MATURITY_BETA; \ No newline at end of file +$plugin->maturity = MATURITY_RC; \ No newline at end of file -- cgit v1.2.3