Skip to content

Commit

Permalink
Micro bump the version to trigger plugin directory release
Browse files Browse the repository at this point in the history
  • Loading branch information
golenkovm committed May 6, 2024
1 parent 4e7b8a9 commit 2e4ee17
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 @@ -25,8 +25,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2022052500; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2022052500; // Same as version.
$plugin->version = 2022052501; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2022052501; // Same as version.
$plugin->component = 'webservice_restful'; // Full name of the plugin (used for diagnostics).
$plugin->requires = 2016052300; // Requires this Moodle version.
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit 2e4ee17

Please sign in to comment.