diff --git a/version.php b/version.php index 26a471eb..b67b4778 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024120600; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = 2024120600; // Same as version. +$plugin->version = 2025011400; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = 2025011400; // Same as version. $plugin->requires = 2024042200; // Requires 4.4. $plugin->component = "tool_objectfs"; $plugin->maturity = MATURITY_STABLE;