Skip to content

Commit

Permalink
chore: bump version to v4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptorrent-at-wiris committed Oct 17, 2023
1 parent 24726aa commit 915b0e4
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 @@ -16,11 +16,11 @@

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

$plugin->version = 2023092200;
$plugin->version = 2023092203;
$plugin->requires = 2015111600; // Moodle 3.0.
$plugin->release = '4.9.0';
$plugin->release = '4.9.3';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'qtype_shortanswerwiris';
$plugin->dependencies = array (
'qtype_wq' => 2023092200
'qtype_wq' => 2023092203
);

0 comments on commit 915b0e4

Please sign in to comment.