Skip to content

Commit

Permalink
Fix version string typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Sep 17, 2023
1 parent 4dbe163 commit abf8b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

$plugin = new stdClass();

$plugin->version = 20230917600;
$plugin->version = 2023091700;
$plugin->release = '2.16.3';
$plugin->requires = 2018120300;
$plugin->supported = [36, 420];
Expand Down

0 comments on commit abf8b33

Please sign in to comment.