diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40651f0..d533645 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,5 @@ jobs: # Any further options in this section disable_behat: true disable_grunt: true - disable_release: true disable_phplint: true disable_phpdoc: true diff --git a/version.php b/version.php index 51cbcd5..4edaf89 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024030800; -$plugin->release = 2024030800; // Match release exactly to version. +$plugin->version = 2024031400; +$plugin->release = 2024031400; // Match release exactly to version. $plugin->requires = 2020061500; // Support for 3.9 and above, due to the Check API. $plugin->supported = [39, 401]; $plugin->component = 'tool_heartbeat';