Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
drachels committed Aug 21, 2022
1 parent c0d3269 commit c880c9c
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 @@ -29,9 +29,9 @@

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

$plugin->version = 2022081700; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2022082000; // 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.1.2 (Build: 2022081700)"; // User-friendly version number.
$plugin->release = "4.1.2 (Build: 2022082000)"; // User-friendly version number.

0 comments on commit c880c9c

Please sign in to comment.