diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-25 08:34:50 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-25 08:34:50 +0300 |
commit | d0f58c52a23bbd0d8eebc8088103e9dd381f330e (patch) | |
tree | f11c1bf16cf16ec7b453861657cc4d6bb2a24fac /version.php | |
parent | 3540a50d86079181d8b37b7e75953695703efe63 (diff) | |
download | local_webhooks-d0f58c52a23bbd0d8eebc8088103e9dd381f330e.tar.xz local_webhooks-d0f58c52a23bbd0d8eebc8088103e9dd381f330e.zip |
Fix versionv0.1.0
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 4f0840f..4bc41ba 100644 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ */ defined("MOODLE_INTERNAL") || die(); -$plugin->release = "0.2.0 (Build: 2017102500)"; +$plugin->release = "0.1.0 (Build: 2017102500)"; $plugin->version = 2017102500; $plugin->requires = 2016112900; $plugin->component = "local_webhooks"; |