From 5d25933dfb7b00891384f30565da77ffbdadddd6 Mon Sep 17 00:00:00 2001 From: Vincent Cornelis Date: Thu, 9 Dec 2021 13:54:49 +0100 Subject: [PATCH] bumped versionnumber --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 84d82b3..8cef8ea 100644 --- a/version.php +++ b/version.php @@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'availability_ipaddress'; -$plugin->version = 2020111800; +$plugin->version = 2021120900; $plugin->release = '3.10.0'; $plugin->requires = 2016120500; $plugin->maturity = MATURITY_STABLE;