diff options
author | Valentin Popov <info@valentineus.link> | 2020-05-16 00:59:03 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-05-16 00:59:03 +0300 |
commit | 482d15db8f89b72e95c9e023d13cc6864b718f7e (patch) | |
tree | 22d12ef0cc37b02cb54322c3f2a4d488b6341f09 | |
parent | 9d70f553bb645680a41a689d3978183be6ef2f1f (diff) | |
download | local_webhooks-482d15db8f89b72e95c9e023d13cc6864b718f7e.tar.xz local_webhooks-482d15db8f89b72e95c9e023d13cc6864b718f7e.zip |
Bump versionv3.0.5v3.0.0-stable
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index dc440ed..b0bb145 100644 --- a/version.php +++ b/version.php @@ -26,6 +26,6 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_webhooks'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.0.4 (Build: 2020041400)'; +$plugin->release = '3.0.5 (Build: 2020051600)'; $plugin->requires = 2019052000; -$plugin->version = 2020041400; +$plugin->version = 2020051600; |