Update data stores for v1.6.0

This commit is contained in:
Christoph Atteneder 2021-03-24 10:53:24 +01:00
parent 39d86b4f80
commit d3233bac7a
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B
5 changed files with 12 additions and 5 deletions

View File

@ -37,7 +37,8 @@ public class Version {
* This must not contain each version but only those where we add new version-tagged resource files for
* 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");
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");
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.