Skip to content

Commit

Permalink
inc version
Browse files Browse the repository at this point in the history
  • Loading branch information
fmido88 authored Feb 10, 2024
1 parent 56c1ab2 commit b781f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// Disable all callbacks during upgrade.
$version = get_config('enrol_wallet', 'version');
if ($version >= 2024020923) {
if ($version >= 2024021018) {
global $CFG;
require_once("$CFG->dirroot/enrol/wallet/extendlib.php");
}
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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

$plugin->version = 2024020923;
$plugin->version = 2024021018;
$plugin->requires = 2020061500;
$plugin->component = 'enrol_wallet';
$plugin->release = '5.1.0';
Expand Down

0 comments on commit b781f78

Please sign in to comment.