diff options
author | Valentin Popov <info@valentineus.link> | 2017-11-26 10:20:22 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-11-26 10:20:22 +0300 |
commit | bdaf1d35b2b87394ec7c5974e48b7d48d852d0c5 (patch) | |
tree | 315e15099903258bb6bd662af6d94fd55626b7a6 /version.php | |
parent | 7cfdf296009bf224e93122d933cf20914e5dd7ad (diff) | |
download | local_webhooks-bdaf1d35b2b87394ec7c5974e48b7d48d852d0c5.tar.xz local_webhooks-bdaf1d35b2b87394ec7c5974e48b7d48d852d0c5.zip |
Change versionv3.0.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 49d34d7..45e66e9 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined("MOODLE_INTERNAL") || die(); -$plugin->release = "2.1.0 (Build: 2017111810)"; -$plugin->version = 2017111810; +$plugin->release = "3.0.0 (Build: 2017112600)"; +$plugin->version = 2017112600; $plugin->requires = 2016112900; $plugin->component = "local_webhooks"; $plugin->maturity = MATURITY_STABLE;
\ No newline at end of file |