Skip to content

Commit

Permalink
bump-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilco7 committed Sep 12, 2024
1 parent bfe7c2d commit 3883ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/plagiarism_copyleaks_httpclient.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static function execute(
)
);

$version = 2024090900;
$version = 2024091200;
$headers = (array)[
'Content-Type' => $contenttype,
'Plugin-Version' => "$version"
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

$plugin->version = 2024090900;
$plugin->version = 2024091200;
$plugin->release = "3.5+";
$plugin->requires = 2018051700;
$plugin->component = 'plagiarism_copyleaks';
Expand Down

0 comments on commit 3883ea8

Please sign in to comment.