Skip to content

Commit 64453a1

Browse files
committed
Bump version for next release
1 parent c40c919 commit 64453a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
defined('MOODLE_INTERNAL') || die();
2828

2929
// This is the version of the plugin.
30-
$plugin->version = 2021082001;
30+
$plugin->version = 2025031200;
3131

3232
// This is the version of Moodle this plugin requires.
3333
$plugin->requires = 2019111800.03;
@@ -42,7 +42,7 @@
4242
];
4343

4444
// This is a stable release.
45-
$plugin->maturity = MATURITY_ALPHA;
45+
$plugin->maturity = MATURITY_RC;
4646

4747
// This is the named version.
48-
$plugin->release = 0.1;
48+
$plugin->release = '1.0.0-rc1';

0 commit comments

Comments
 (0)