diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index 43926fd..e86766d 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -30,7 +30,7 @@ jobs: matrix: include: - php: '8.2' - moodle-branch: 'MOODLE_403_STABLE' + moodle-branch: 'MOODLE_404_STABLE' database: 'mariadb' # - php: '8.1' # moodle-branch: 'master' diff --git a/version.php b/version.php index 067203b..c0991ea 100644 --- a/version.php +++ b/version.php @@ -25,6 +25,6 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qbank_bulktags'; -$plugin->version = 2021070707; +$plugin->version = 2021070708; $plugin->requires = 2021052500; $plugin->maturity = MATURITY_ALPHA;