Skip to content

Commit

Permalink
update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
my-curiosity committed Feb 11, 2025
1 parent aebe7af commit 13b4c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2025011400; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2025021100; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2022041900; // Requires Moodle version 4.0 or higher.
$plugin->component = 'tool_supporter'; // Full name of the plugin (used for diagnostics).
$plugin->release = 'v4-r5';
$plugin->release = 'v4-r6';
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 13b4c34

Please sign in to comment.