diff options
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/version.php b/version.php index 188422d..f3f079e 100644 --- a/version.php +++ b/version.php @@ -22,11 +22,11 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -defined("MOODLE_INTERNAL") || die(); +defined('MOODLE_INTERNAL') || die(); -$plugin->release = "4.0.0-rc.2 (Build: 2018022500)"; -$plugin->version = 2018022500; -$plugin->requires = 2016112900; -$plugin->component = "local_webhooks"; -$plugin->maturity = MATURITY_RC; -$plugin->dependencies = array("report_eventlist" => 2016120500);
\ No newline at end of file +$plugin->release = '4.0.0-rc.2 (Build: 2018022500)'; +$plugin->version = 2018022500; +$plugin->requires = 2016112900; +$plugin->component = 'local_webhooks'; +$plugin->maturity = MATURITY_RC; +$plugin->dependencies = array('report_eventlist' => 2016120500);
\ No newline at end of file |