From c780616c7d9778ebcfe4af529e29a29db39ccb1e Mon Sep 17 00:00:00 2001 From: Thomas Niedermaier Date: Tue, 3 Dec 2024 19:51:48 +0100 Subject: [PATCH] increase version.php and main in ci --- .github/workflows/moodle-ci.yml | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index 103d321..e2b74f2 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -11,4 +11,4 @@ jobs: uses: Opencast-Moodle/moodle-workflows-opencast/.github/workflows/moodle-ci.yml@main with: requires-tool-plugin: true - branch-tool-plugin: master \ No newline at end of file + branch-tool-plugin: main \ No newline at end of file diff --git a/version.php b/version.php index d1f2c61..32bc815 100644 --- a/version.php +++ b/version.php @@ -27,8 +27,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'repository_opencast'; -$plugin->release = 'v4.5-r2'; -$plugin->version = 2024111101; +$plugin->release = 'v4.5-r2+'; +$plugin->version = 2024111101.01; $plugin->requires = 2024100700; // Requires Moodle 4.5+. $plugin->supported = [405, 405]; $plugin->maturity = MATURITY_STABLE;