diff options
author | Valentin Popov <info@valentineus.link> | 2018-02-22 11:58:37 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-02-22 11:58:37 +0300 |
commit | 685d9ee15efd438360b3355ad987be73fbc466f9 (patch) | |
tree | 9631ae7e10cf4aa182e539c4d40a15ba19db6bc3 /version.php | |
parent | db500cddce0df907982f36561c2d1a5b02d427e8 (diff) | |
download | local_webhooks-685d9ee15efd438360b3355ad987be73fbc466f9.tar.xz local_webhooks-685d9ee15efd438360b3355ad987be73fbc466f9.zip |
Change version
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 7c3a1c1..bd38681 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined("MOODLE_INTERNAL") || die(); -$plugin->release = "4.0.0-rc.1 (Build: 2017122900)"; -$plugin->version = 2017122900; +$plugin->release = "4.0.0-rc.2 (Build: 2018022200)"; +$plugin->version = 2018022200; $plugin->requires = 2016112900; $plugin->component = "local_webhooks"; $plugin->maturity = MATURITY_RC; |