Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriim committed Nov 1, 2024
1 parent aa83981 commit 23cb962
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 @@ -26,8 +26,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'local_sitenotice'; // Full name of the plugin (used for diagnostics).
$plugin->version = 2023010600; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2023010600;
$plugin->version = 2023010601; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2023010601;
$plugin->requires = 2018051709; // Requires this Moodle version.
$plugin->supported = [39, 401]; // Available as of Moodle 3.9.0 or later.
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 23cb962

Please sign in to comment.