Skip to content

Commit

Permalink
ARLO-2: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ojnadjarm committed Nov 9, 2023
1 parent 391d3f0 commit 2e824e1
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,9 +27,9 @@
defined('MOODLE_INTERNAL') || die();

$plugin = new stdClass();
$plugin->version = 2023091900;
$plugin->version = 2023110900;
$plugin->requires = 2022112800; // See http://docs.moodle.org/dev/Moodle_Version
$plugin->component = 'enrol_arlo'; // Full name of the plugin (used for diagnostics).
$plugin->release = '4.1.2'; // Human-friendly version name.
$plugin->release = '4.1.3'; // Human-friendly version name.
$plugin->maturity = MATURITY_STABLE; // This version's maturity level.
$plugin->dependencies = [];

0 comments on commit 2e824e1

Please sign in to comment.