From 761d6434795772c63eedec3dddbf7795bb3b67fd Mon Sep 17 00:00:00 2001 From: Luuk Verhoeven Date: Sat, 20 Jul 2024 22:22:05 +0200 Subject: [PATCH] Update version --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 62cc808..f2e7135 100644 --- a/version.php +++ b/version.php @@ -27,8 +27,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'availability_ipaddress'; -$plugin->version = 2024072000; -$plugin->release = '4.4.0'; +$plugin->version = 2024072001; +$plugin->release = '4.4.1'; $plugin->requires = 2016120500; $plugin->maturity = MATURITY_STABLE; $plugin->supported = [400, 404];