From 118e7485c1ead8104fcc1fc8bfdbef85e1a18888 Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Sun, 20 Aug 2023 10:33:09 +0300 Subject: [PATCH] chore: set version to `2023082000` --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 42ad8f7..a964c40 100644 --- a/version.php +++ b/version.php @@ -23,6 +23,6 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023050400; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2023082000; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2020060900; // Requires this Moodle version. $plugin->component = 'mod_projectapproval'; // Full name of the plugin (used for diagnostics)