Skip to content

Commit

Permalink
v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Jul 17, 2016
1 parent 952c2f1 commit 7eded1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/io/bitsquare/app/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class Version {
// VERSION = 0.3.5 -> LOCAL_DB_VERSION = 2
// VERSION = 0.4.0 -> LOCAL_DB_VERSION = 3
// VERSION = 0.4.2 -> LOCAL_DB_VERSION = 4
public static final int LOCAL_DB_VERSION = 4;
public static final int LOCAL_DB_VERSION = 4;

// The version nr. of the current protocol. The offer holds that version.
// A taker will check the version of the offers to see if his version is compatible.
Expand Down

0 comments on commit 7eded1a

Please sign in to comment.