Skip to content

Commit

Permalink
Work on behat tests
Browse files Browse the repository at this point in the history
Make behat tests work again.
  • Loading branch information
David Bogner authored and David Bogner committed Jan 3, 2024
1 parent bffa1d0 commit 37e2c21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
* @copyright 2015 onwards David Bogner
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') or die();

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

$plugin->component = 'mod_datalynx';
$plugin->version = 2023121900;
$plugin->version = 2023121903;
$plugin->release = 'v3.2-DataIntelligence'; // Data words like data science, data mining.
$plugin->requires = 2022112800;
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit 37e2c21

Please sign in to comment.