We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c05e9 commit 0c18792Copy full SHA for 0c18792
version.php
@@ -25,7 +25,7 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'block_openai_chat';
28
-$plugin->version = 2024010300;
+$plugin->version = 2024012300;
29
$plugin->requires = 2022041600;
30
$plugin->maturity = MATURITY_STABLE;
31
-$plugin->release = '2.0.0';
+$plugin->release = '2.0.1';
0 commit comments