Skip to content

Commit

Permalink
feat: update supported TW version (2.10.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
YakovL committed Dec 19, 2023
1 parent 5e73c77 commit 7876129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ function getTwVersion($wikiFileText) {
return $match;
}
define("EARLIEST_TESTED_VERSION", 20600);
define("LATEST_TESTED_VERSION", 20904);
define("LATEST_TESTED_VERSION", 21000);
function isSupportedTwVersion($versionParts) {

if(!$versionParts)
Expand Down

0 comments on commit 7876129

Please sign in to comment.