From 313152305b23060c63916e583902c79eaad08596 Mon Sep 17 00:00:00 2001 From: Benjamin Walker Date: Thu, 14 Mar 2024 09:20:32 +1000 Subject: [PATCH] Remove disable release from workflow --- .github/workflows/ci.yml | 1 - version.php | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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';