Skip to content

Commit ad22b2a

Browse files
authored
Bump version for v0.2
1 parent 1b4174e commit ad22b2a

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
@@ -26,10 +26,10 @@
2626
defined('MOODLE_INTERNAL') || die();
2727

2828
$plugin->component = 'local_ai_injection';
29-
$plugin->version = 2026013000;
29+
$plugin->version = 2026031700;
3030
$plugin->requires = 2025041400; // Moodle 5.0+.
3131
$plugin->maturity = MATURITY_BETA;
32-
$plugin->release = '0.1';
32+
$plugin->release = '0.2';
3333
$plugin->dependencies = [
3434
'local_ai_manager' => 2025082900,
3535
];

0 commit comments

Comments
 (0)