Not update the historical resource file

This commit is contained in:
Christoph Atteneder 2021-05-05 14:29:52 +02:00
parent 0731804b45
commit 9c4137bc11
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

@ -38,7 +38,7 @@ public class Version {
* historical data stores.
*/
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.4");
"1.5.5", "1.5.7", "1.6.0", "1.6.3");
public static int getMajorVersion(String version) {
return getSubVersion(version, 0);