From 482d15db8f89b72e95c9e023d13cc6864b718f7e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 16 May 2020 01:59:03 +0400 Subject: Bump version Signed-off-by: Valentin Popov --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index dc440ed..b0bb145 100644 --- a/version.php +++ b/version.php @@ -26,6 +26,6 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_webhooks'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.0.4 (Build: 2020041400)'; +$plugin->release = '3.0.5 (Build: 2020051600)'; $plugin->requires = 2019052000; -$plugin->version = 2020041400; +$plugin->version = 2020051600; -- cgit v1.2.3