Update data stores for v1.9.11

This commit is contained in:
Alejandro García 2023-06-22 15:45:34 +03:00
parent e8cc4da279
commit 9f535bf163
No known key found for this signature in database
GPG Key ID: F806F422E222AA02
20 changed files with 17718 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class Version {
*/
public static final List<String> HISTORICAL_RESOURCE_FILE_VERSION_TAGS = Arrays.asList("1.4.0", "1.5.0", "1.5.2",
"1.5.5", "1.5.7", "1.6.0", "1.6.3", "1.6.5", "1.7.2", "1.7.4", "1.8.0", "1.8.1", "1.8.3", "1.9.0", "1.9.3",
"1.9.5", "1.9.6", "1.9.7", "1.9.10");
"1.9.5", "1.9.6", "1.9.7", "1.9.10", "1.9.11");
public static int getMajorVersion(String version) {
return getSubVersion(version, 0);

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff