diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-25 08:27:10 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-25 08:27:10 +0300 |
commit | 3540a50d86079181d8b37b7e75953695703efe63 (patch) | |
tree | cf2ab7b7e024ed4d1725bae97f7b2659e20d5c13 /version.php | |
parent | 2422592c743aca1163eacc31f4faccbb5d4661f8 (diff) | |
download | local_webhooks-3540a50d86079181d8b37b7e75953695703efe63.tar.xz local_webhooks-3540a50d86079181d8b37b7e75953695703efe63.zip |
Change version
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/version.php b/version.php index 42aca25..4f0840f 100644 --- a/version.php +++ b/version.php @@ -22,9 +22,9 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -defined('MOODLE_INTERNAL') || die(); -$plugin->release = '0.0.0 (Build: 2017101900)'; -$plugin->version = 2017101900; +defined("MOODLE_INTERNAL") || die(); +$plugin->release = "0.2.0 (Build: 2017102500)"; +$plugin->version = 2017102500; $plugin->requires = 2016112900; -$plugin->component = 'local_webhooks'; +$plugin->component = "local_webhooks"; $plugin->maturity = MATURITY_ALPHA;
\ No newline at end of file |