Skip to content

Commit

Permalink
v 0.4.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Aug 29, 2016
1 parent 0931ed9 commit 04bcfea
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.5";
public static final String VERSION = "0.4.9.5";

// 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 04bcfea

Please sign in to comment.