diff --git a/version.php b/version.php index e5f4e09..7ab3628 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024090400; +$plugin->version = 2024090500; $plugin->requires = 2023100900; $plugin->component = 'paygw_yookassa'; -$plugin->release = '2.3'; +$plugin->release = '2.4'; $plugin->maturity = MATURITY_STABLE;