From b4db9f08ace1f368dd5ad55dd70f4367061983b0 Mon Sep 17 00:00:00 2001 From: Mathias Kahl Date: Fri, 20 Oct 2023 14:25:42 +0200 Subject: [PATCH] PM-43087 v1.0.23-beta1 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index d62764c..b6de56a 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ // See https://moodledev.io/docs/apis/commonfiles/version.php. $plugin->version = 2023102001; // Must be incremented for each new release! -$plugin->release = '1.0.23'; // Semantic version. +$plugin->release = '1.0.23-beta1'; // Semantic version. // 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,