From 49f1266da14bf5b150e650727bf8c1f640606b62 Mon Sep 17 00:00:00 2001 From: Matthew Hilton Date: Thu, 14 Nov 2024 14:05:45 +1000 Subject: [PATCH] chore: version bump --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 1a5ae2c..4ae0b96 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024080200; -$plugin->release = 2024080200; // Match release exactly to version. +$plugin->version = 2024111400; +$plugin->release = 2024111400; // Match release exactly to version. $plugin->requires = 2020061500; // Support for 3.9 and above, due to the Check API. $plugin->supported = [39, 404]; $plugin->component = 'tool_heartbeat';