mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-04 11:07:59 +01:00
Not update the historical resource file
This commit is contained in:
parent
0731804b45
commit
9c4137bc11
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class Version {
|
||||||
* historical data stores.
|
* historical data stores.
|
||||||
*/
|
*/
|
||||||
public static final List<String> HISTORICAL_RESOURCE_FILE_VERSION_TAGS = Arrays.asList("1.4.0", "1.5.0", "1.5.2",
|
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) {
|
public static int getMajorVersion(String version) {
|
||||||
return getSubVersion(version, 0);
|
return getSubVersion(version, 0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue