Skip to content

Commit

Permalink
Version 0.4.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Feb 12, 2017
1 parent f42628f commit 6281ecc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/src/main/java/io/bitsquare/app/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ public class Version {

// The version no. 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.
// TRADE_PROTOCOL_VERSION = 1 -> v. 0.4.9.8 and below
// TRADE_PROTOCOL_VERSION = 2 -> v. 0.4.9.9 and above
public static final int TRADE_PROTOCOL_VERSION = 2;
private static int p2pMessageVersion;

Expand Down

0 comments on commit 6281ecc

Please sign in to comment.