Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
dasistwas committed Apr 18, 2024
1 parent d11588a commit 23f25f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
release-at-moodle-org:
runs-on: ubuntu-latest
env:
PLUGIN: mod_booking
PLUGIN: mod_datalynx
CURL: curl -s
ENDPOINT: https://moodle.org/webservice/rest/server.php
TOKEN: ${{ secrets.MOODLE_ORG_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_datalynx';
$plugin->version = 2024022700;
$plugin->release = 'v3.8-DataIntelligence'; // Data words like data science, data mining.
$plugin->version = 2024041800;
$plugin->release = 'v3.9-DataIntelligence'; // Data words like data science, data mining.
$plugin->requires = 2022112800;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
Expand Down

0 comments on commit 23f25f5

Please sign in to comment.