diff options
author | Valentin Popov <info@valentineus.link> | 2017-11-18 05:40:10 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-11-18 05:40:10 +0300 |
commit | 91fd140bd46a04d979828416b12c5719b745efd7 (patch) | |
tree | c84bdf032a10072fd8692e47d92a89b103a352f7 /version.php | |
parent | 463aeaf0433bf19b83519747c86b0e0e945d43eb (diff) | |
download | local_webhooks-91fd140bd46a04d979828416b12c5719b745efd7.tar.xz local_webhooks-91fd140bd46a04d979828416b12c5719b745efd7.zip |
Change versionv2.0.0
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 43349ef..93ed4ff 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined("MOODLE_INTERNAL") || die(); -$plugin->release = "1.1.1 (Build: 2017102910)"; -$plugin->version = 2017102910; +$plugin->release = "2.0.0 (Build: 2017111800)"; +$plugin->version = 2017111800; $plugin->requires = 2016112900; $plugin->component = "local_webhooks"; $plugin->maturity = MATURITY_STABLE;
\ No newline at end of file |