aboutsummaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-06-19 18:49:00 +0300
committerValentin Popov <info@valentineus.link>2018-06-19 18:49:00 +0300
commit3fa97bad312f24b815eac5b374e321512bc6aa4a (patch)
tree74c72fc6b069e51ede0368b71317567a6163aeec /version.php
parentbdaf1d35b2b87394ec7c5974e48b7d48d852d0c5 (diff)
downloadlocal_webhooks-3fa97bad312f24b815eac5b374e321512bc6aa4a.tar.xz
local_webhooks-3fa97bad312f24b815eac5b374e321512bc6aa4a.zip
Fix error install.xml
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 45e66e9..7e8cb0b 100644
--- a/version.php
+++ b/version.php
@@ -24,8 +24,8 @@
defined("MOODLE_INTERNAL") || die();
-$plugin->release = "3.0.0 (Build: 2017112600)";
-$plugin->version = 2017112600;
+$plugin->release = "3.0.1 (Build: 2018061900)";
+$plugin->version = 2018061900;
$plugin->requires = 2016112900;
$plugin->component = "local_webhooks";
$plugin->maturity = MATURITY_STABLE; \ No newline at end of file