Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
drachels committed Jul 1, 2024
1 parent f4b98f1 commit bdd50f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@

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

$plugin->version = 2024020900; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2024062900; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2021051700; // Requires Moodle 3.11 version.
$plugin->cron = 0; // Period for cron to check this module (secs).
$plugin->component = 'mod_hotquestion';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = "4.2.0 (Build: 2024020900)"; // User-friendly version number.
$plugin->supported = [311, 403];
$plugin->release = "4.2.1 (Build: 2024062900)"; // User-friendly version number.
$plugin->supported = [311, 404];

0 comments on commit bdd50f6

Please sign in to comment.