Skip to content

Commit

Permalink
Merge pull request #230 from catalyst/MOODLE_405_STABLE_version
Browse files Browse the repository at this point in the history
Version in MOODLE_405_STABLE should be greater than VERSION3
  • Loading branch information
dmitriim authored Jan 17, 2025
2 parents e3cb44c + 37d84bd commit 7521de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2024112000; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2024112000; // Same as version
$plugin->version = 2025011700; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2025011700; // Same as version
$plugin->requires = 2024100700; // Requires Moodle 4.5 or later.
$plugin->component = 'local_envbar';
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit 7521de8

Please sign in to comment.