diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-26 17:57:01 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-26 17:57:01 +0300 |
commit | e1734746c047c9df1975cd548d32d87019923728 (patch) | |
tree | 875f6bb4e4b3e68287ff098b8d24389925bc104c | |
parent | 21ad3135c8213cde62e8513dcfe4e5e299847d85 (diff) | |
download | local_webhooks-e1734746c047c9df1975cd548d32d87019923728.tar.xz local_webhooks-e1734746c047c9df1975cd548d32d87019923728.zip |
Change versionv0.5.0
-rw-r--r-- | version.php | 6 |
1 files 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 |