Skip to content

Commit a141dc3

Browse files
authored
Merge pull request #86 from DigiDago/MOODLE_401_DEV
Update version.php for Moodle 4.3
2 parents 2a01653 + 79a690f commit a141dc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

version.php

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

2626
$plugin->component = 'block_course_modulenavigation';
27-
$plugin->release = 'v4.6.2';
28-
$plugin->version = 2023042700;
27+
$plugin->release = 'v4.6.3';
28+
$plugin->version = 2023101700;
2929
$plugin->requires = 2022041905; // Moodle 4.0.5 and above.
3030
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)