diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-27 11:51:58 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-27 11:51:58 +0300 |
commit | 9e1c2cca4e24ff1e50dbfa3134d929ec71c419eb (patch) | |
tree | cb39728a3c97b58ee38c1d7fd9e46ad6d6f9eac2 /version.php | |
parent | 74c106aa87511594110ef57290a435e1c288a410 (diff) | |
download | local_webhooks-9e1c2cca4e24ff1e50dbfa3134d929ec71c419eb.tar.xz local_webhooks-9e1c2cca4e24ff1e50dbfa3134d929ec71c419eb.zip |
Additional check of variables
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/version.php b/version.php index 9028d3f..55b5dfc 100644 --- a/version.php +++ b/version.php @@ -23,6 +23,7 @@ */ defined("MOODLE_INTERNAL") || die(); + $plugin->release = "1.0.0 (Build: 2017102700)"; $plugin->version = 2017102700; $plugin->requires = 2016112900; |