diff options
author | Valentin Popov <info@valentineus.link> | 2017-11-18 07:35:16 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-11-18 07:35:16 +0300 |
commit | d4d105c0180e1a02396f00f924679ac0a84a8654 (patch) | |
tree | 1787d8968671769ddba92d0c543ca5ddb8ecca57 /version.php | |
parent | 3ea8f29329fcbb55d9367173fba1b4abeb927377 (diff) | |
download | local_webhooks-d4d105c0180e1a02396f00f924679ac0a84a8654.tar.xz local_webhooks-d4d105c0180e1a02396f00f924679ac0a84a8654.zip |
Change versionv2.1.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 93ed4ff..49d34d7 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined("MOODLE_INTERNAL") || die(); -$plugin->release = "2.0.0 (Build: 2017111800)"; -$plugin->version = 2017111800; +$plugin->release = "2.1.0 (Build: 2017111810)"; +$plugin->version = 2017111810; $plugin->requires = 2016112900; $plugin->component = "local_webhooks"; $plugin->maturity = MATURITY_STABLE;
\ No newline at end of file |