diff options
author | Valentin Popov <info@valentineus.link> | 2018-11-02 01:43:14 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-11-02 01:51:29 +0300 |
commit | 8eda3bc6bb1d7177336ba575331c6a85e52bdf30 (patch) | |
tree | 0b679fb79221ff7e9c3e01d5cc1d7aa399320d29 /version.php | |
parent | 9cb5bd07602fc080a86949e431f8d99036dd91d1 (diff) | |
download | local_webhooks-8eda3bc6bb1d7177336ba575331c6a85e52bdf30.tar.xz local_webhooks-8eda3bc6bb1d7177336ba575331c6a85e52bdf30.zip |
Version updatev3.0.2
Signed-off-by: Valentin Popov <info@valentineus.link>
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 7b5dfda..3b4ec8f 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->release = '3.0.1 (Build: 2018061900)'; -$plugin->version = 2018061900; +$plugin->release = '3.0.2 (Build: 2018061910)'; +$plugin->version = 2018061910; $plugin->requires = 2016112900; $plugin->component = 'local_webhooks'; $plugin->maturity = MATURITY_STABLE;
\ No newline at end of file |