We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24b7b1 commit edbf559Copy full SHA for edbf559
version.php
@@ -45,8 +45,8 @@
45
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
46
*/
47
$plugin->component = 'local_onlinejudge'; // Declare the type and name of this plugin.
48
-$plugin->version = 2020100900; // The (date) version of this plugin
+$plugin->version = 2023082200; // The (date) version of this plugin
49
$plugin->requires = 2017111300; // Requires this Moodle version
50
51
$plugin->maturity = MATURITY_RC;
52
-$plugin->release = "v3.3.0-r3"; // User-friendly version number
+$plugin->release = "v4.0"; // User-friendly version number
0 commit comments