Skip to content

Commit

Permalink
Version 0.4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Aug 8, 2016
1 parent be32c57 commit 20fd681
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 @@ -24,7 +24,7 @@ public class Version {
private static final Logger log = LoggerFactory.getLogger(Version.class);

// The application versions
public static final String VERSION = "0.4.9.3";
public static final String VERSION = "0.4.9.3";

// The version nr. for the objects sent over the network. A change will break the serialization of old objects.
// If objects are used for both network and database the network version is applied.
Expand Down

0 comments on commit 20fd681

Please sign in to comment.