diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-26 07:02:33 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-26 07:02:33 +0300 |
commit | eaee6b7c81467eeaaf5edff039d13c5859b52f68 (patch) | |
tree | 34016639e1974bbdc20ead9bf7c9bf424598f79b /version.php | |
parent | 282e3bcaf1ce275c50e0168c4675b55159e17411 (diff) | |
download | local_webhooks-eaee6b7c81467eeaaf5edff039d13c5859b52f68.tar.xz local_webhooks-eaee6b7c81467eeaaf5edff039d13c5859b52f68.zip |
Change versionv0.3.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 39e10ae..dd37ad2 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ */ defined("MOODLE_INTERNAL") || die(); -$plugin->release = "0.2.0 (Build: 2017102600)"; -$plugin->version = 2017102600; +$plugin->release = "0.3.0 (Build: 2017102610)"; +$plugin->version = 2017102610; $plugin->requires = 2016112900; $plugin->component = "local_webhooks"; $plugin->maturity = MATURITY_BETA;
\ No newline at end of file |