Update data stores for v1.6.3

This commit is contained in:
Christoph Atteneder 2021-04-26 11:11:29 +02:00
parent 0f9f43c9ba
commit b5d772bc48
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B
5 changed files with 11 additions and 5 deletions

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.5.5", "1.5.7", "1.6.0", "1.6.3");
public static int getMajorVersion(String version) {
return getSubVersion(version, 0);

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.