Skip to content

Commit

Permalink
mod_pcast: Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bourget authored and Stephen Bourget committed Nov 3, 2023
1 parent 0e04efc commit edab579
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 @@ -28,10 +28,10 @@

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

$plugin->version = 2023110200; // If version == 0 then module will not be installed.
$plugin->version = 2023110300; // If version == 0 then module will not be installed.
$plugin->requires = 2023100900; // Requires Moodle version 4.0 or later.
$plugin->cron = 0; // Period for cron to check this module (secs).
$plugin->component = 'mod_pcast'; // Full name of the plugin (used for diagnostics).

$plugin->maturity = MATURITY_STABLE;
$plugin->release = "4.3 (2023110200)"; // User-friendly version number.
$plugin->release = "4.3 (2023110300)"; // User-friendly version number.

0 comments on commit edab579

Please sign in to comment.