From 54ac7002d87c80babb1ed8b8e6538012c618ee82 Mon Sep 17 00:00:00 2001 From: Vincent Cornelis Date: Wed, 15 Dec 2021 11:26:08 +0100 Subject: [PATCH] bumped versionnumber --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 8cef8ea..13dce77 100644 --- a/version.php +++ b/version.php @@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'availability_ipaddress'; -$plugin->version = 2021120900; -$plugin->release = '3.10.0'; +$plugin->version = 2021121500; +$plugin->release = '3.11.0'; $plugin->requires = 2016120500; $plugin->maturity = MATURITY_STABLE;