From 30459042d7260d77ba716bf40156def07cac4ccd Mon Sep 17 00:00:00 2001 From: Vincent Cornelis <86881597+vincentcornelis@users.noreply.github.com> Date: Fri, 11 Feb 2022 17:42:18 +0100 Subject: [PATCH] Update version.php Bumped version number --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 13dce77..ca0fd5c 100644 --- a/version.php +++ b/version.php @@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'availability_ipaddress'; -$plugin->version = 2021121500; +$plugin->version = 2022021100; $plugin->release = '3.11.0'; $plugin->requires = 2016120500; $plugin->maturity = MATURITY_STABLE;