0
mirror of https://github.com/valentineus/moodle-billingpatch.git synced 2025-06-07 16:03:33 +03:00

Change version

This commit is contained in:
Valentin Popov 2017-11-21 09:57:05 +04:00
parent 7d57116c85
commit 6525a4288a

View File

@ -26,6 +26,6 @@ defined("MOODLE_INTERNAL") || die();
$plugin->component = "local_billingpatch"; $plugin->component = "local_billingpatch";
$plugin->maturity = MATURITY_ALPHA; $plugin->maturity = MATURITY_ALPHA;
$plugin->release = "0.0.0 (Build: 2013110500)"; $plugin->release = "0.0.1 (Build: 2017112100)";
$plugin->requires = 2013110500; $plugin->requires = 2013110500;
$plugin->version = 2013110500; $plugin->version = 2017112100;