Skip to content

Commit db13a82

Browse files
committed
Changed version
1 parent dcda72d commit db13a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424

2525
defined('MOODLE_INTERNAL') || die();
2626

27-
$plugin->version = 2019083001; // The current module version (Date: YYYYMMDDXX).
27+
$plugin->version = 2019092400; // The current module version (Date: YYYYMMDDXX).
2828
$plugin->requires = 2015111610; // 3.0 // Requires this Moodle version.
2929
$plugin->component = 'mod_ubicast'; // Full name of the plugin (used for diagnostics).
30-
$plugin->release = '3.5 (Build: 2019083001)'; // Human-readable version name.
30+
$plugin->release = '3.5 (Build: 2019092400)'; // Human-readable version name.
3131
$plugin->maturity = MATURITY_STABLE; // Maturity of module.
3232
$plugin->cron = 0;
3333

0 commit comments

Comments
 (0)