Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
drachels committed Aug 21, 2022
1 parent c880c9c commit a53d932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This files describes changes in the Hot Question code.
Activity completion should reflect that. See the ticket for details.


=== 4.1.2.01 === pending
=== 4.1.2.01 === 2022082100
20220410 HotQuestion_840 - Need to add comments to question downloads. See ticket
for details. Have gotten working for teachers, managers and admins.
20220718 HotQuestion_894 - Need to cleanup/change code in upgrade.php. Made changes
Expand Down
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 = 2022082000; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2022082100; // 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: 2022082000)"; // User-friendly version number.
$plugin->release = "4.1.2 (Build: 2022082100)"; // User-friendly version number.

0 comments on commit a53d932

Please sign in to comment.