Skip to content

Commit a768e5b

Browse files
committed
Bump version for the plugin release
1 parent 0204f7e commit a768e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'tool_trigger';
28-
$plugin->version = 2024090300;
29-
$plugin->release = 2024090300; // Match release exactly to version.
28+
$plugin->version = 2024111900;
29+
$plugin->release = 2024111900; // Match release exactly to version.
3030
$plugin->requires = 2024042200;
3131
$plugin->supported = [404, 405];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)