Skip to content

Commit

Permalink
Version 0.4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Jul 27, 2016
1 parent 6dd9eab commit 410e40c
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.1";
public static final String VERSION = "0.4.9.1";

// 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 410e40c

Please sign in to comment.