We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fd02c9 + e0dd8b4 commit ab79721Copy full SHA for ab79721
version.php
@@ -24,8 +24,8 @@
24
25
defined('MOODLE_INTERNAL') || die();
26
27
-$plugin->version = 2020083100; // The current plugin version (Date: YYYYMMDDXX).
28
-$plugin->release = 2020083100; // Match release exactly to version.
+$plugin->version = 2020101300; // The current plugin version (Date: YYYYMMDDXX).
+$plugin->release = 2020101300; // Match release exactly to version.
29
$plugin->requires = 2014050800; // Requires this Moodle version.
30
$plugin->component = 'auth_basic'; // Full name of the plugin (used for diagnostics).
31
$plugin->maturity = MATURITY_STABLE;
0 commit comments