Skip to content

Commit

Permalink
Added 1.3.8 data stores
Browse files Browse the repository at this point in the history
  • Loading branch information
freimair committed Sep 12, 2020
1 parent c8c63ef commit 76cc37e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions 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 @@ -41,7 +41,7 @@ public class Version {
* was introduced to eliminate the need to rewrite all data to disk every time the
* data changes.
*/
public static final List<String> history = Arrays.asList("1.3.5", "1.3.6");
public static final List<String> history = Arrays.asList("1.3.5", "1.3.6", "1.3.7");

public static int getMajorVersion(String version) {
return getSubVersion(version, 0);
Expand Down
Git LFS file not shown
3 changes: 3 additions & 0 deletions p2p/src/main/resources/SignedWitnessStore_1.3.8_BTC_MAINNET
Git LFS file not shown
Git LFS file not shown

0 comments on commit 76cc37e

Please sign in to comment.