diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-26 06:39:48 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-26 06:39:48 +0300 |
commit | 39fa71fabac9620ee0b30eea7a57a60d53f49505 (patch) | |
tree | b1e3fe8c1638f77ab7ca469b5bf900a020e65c13 | |
parent | 9ecf83b1d66aed22b12f7de2fd9bdbf0015226b6 (diff) | |
download | local_webhooks-39fa71fabac9620ee0b30eea7a57a60d53f49505.tar.xz local_webhooks-39fa71fabac9620ee0b30eea7a57a60d53f49505.zip |
Change versionv0.2.0
-rw-r--r-- | version.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version.php b/version.php index 4bc41ba..39e10ae 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ */ defined("MOODLE_INTERNAL") || die(); -$plugin->release = "0.1.0 (Build: 2017102500)"; -$plugin->version = 2017102500; +$plugin->release = "0.2.0 (Build: 2017102600)"; +$plugin->version = 2017102600; $plugin->requires = 2016112900; $plugin->component = "local_webhooks"; -$plugin->maturity = MATURITY_ALPHA;
\ No newline at end of file +$plugin->maturity = MATURITY_BETA;
\ No newline at end of file |