diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-26 08:49:40 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-26 08:49:40 +0300 |
commit | 2744e4fb80fbeab7b628b147368e2bdf9f510a06 (patch) | |
tree | ba3b10b8e44eeb90fdd1522871ecae3e0c819432 /version.php | |
parent | 5179a7ec051a7a7709efecbf7622693f3c40416b (diff) | |
download | local_webhooks-2744e4fb80fbeab7b628b147368e2bdf9f510a06.tar.xz local_webhooks-2744e4fb80fbeab7b628b147368e2bdf9f510a06.zip |
Change versionv0.4.0
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 dd37ad2..425284c 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ */ defined("MOODLE_INTERNAL") || die(); -$plugin->release = "0.3.0 (Build: 2017102610)"; -$plugin->version = 2017102610; +$plugin->release = "0.4.0 (Build: 2017102620)"; +$plugin->version = 2017102620; $plugin->requires = 2016112900; $plugin->component = "local_webhooks"; $plugin->maturity = MATURITY_BETA;
\ No newline at end of file |