From e7f0bf45a05d993d2ffdde7baba4f9c82caad29c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 09:32:55 +0000 Subject: [PATCH] [auto-generated] Update plugin files Check out the commits that caused these changes: https://github.com/moodlehq/moodleapp/compare/cb10f9e25db6a99b0c23ad8bf34c440f9144c6c5...b49aa35503209a6130bbd2bfb4fc05fe200dfa70 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 56a7fd9..891bc22 100644 --- a/version.php +++ b/version.php @@ -6,8 +6,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2022121200; +$plugin->version = 2022121600; $plugin->requires = 2016052300; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '4.1.0-dev'; +$plugin->release = '4.1.0'; $plugin->component = 'local_moodleappbehat';