Skip to content

Commit

Permalink
Not update the historical resource file
Browse files Browse the repository at this point in the history
  • Loading branch information
ripcurlx committed May 5, 2021
1 parent 0731804 commit 9c4137b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/bisq/common/app/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9c4137b

Please sign in to comment.