From 0a7eccea08925d2cd79c229abcba09dd7d5e6c72 Mon Sep 17 00:00:00 2001 From: Mathias Kahl Date: Mon, 11 Sep 2023 14:14:11 +0200 Subject: [PATCH] PM-42093 test auto release with v1.0.15 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index e154862..306fd64 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ /** @var stdClass $plugin */ $plugin->component = 'mod_kialo'; -$plugin->release = '1.0.14'; -$plugin->version = 2023091101; +$plugin->release = '1.0.15'; +$plugin->version = 2023091102; // Officially we require PHP 7.4. The first Moodle version that requires this as a minimum is Moodle 4.1. // But technically this plugin also runs on older Moodle versions, as long as they run on PHP 7.4,