aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-12-29 13:29:39 +0300
committerValentin Popov <info@valentineus.link>2017-12-29 13:29:39 +0300
commit17ae01ab717e7f93605ad05cefb603817b42b7ec (patch)
treea9a5291eba985039b3b7f7586475f662247f45af
parent28e1169be861cb4cd5198298430996f07a8d00f9 (diff)
downloadlocal_webhooks-17ae01ab717e7f93605ad05cefb603817b42b7ec.tar.xz
local_webhooks-17ae01ab717e7f93605ad05cefb603817b42b7ec.zip
Change versionv4.0.0-rc.1
-rw-r--r--version.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/version.php b/version.php
index c8439ca..7c3a1c1 100644
--- a/version.php
+++ b/version.php
@@ -24,9 +24,9 @@
defined("MOODLE_INTERNAL") || die();
-$plugin->release = "3.0.0 (Build: 2017112600)";
-$plugin->version = 2017112600;
+$plugin->release = "4.0.0-rc.1 (Build: 2017122900)";
+$plugin->version = 2017122900;
$plugin->requires = 2016112900;
$plugin->component = "local_webhooks";
-$plugin->maturity = MATURITY_STABLE;
-$plugin->dependencies = array( "report_eventlist" => 2016120500 ); \ No newline at end of file
+$plugin->maturity = MATURITY_RC;
+$plugin->dependencies = array("report_eventlist" => 2016120500); \ No newline at end of file