Skip to content

Commit

Permalink
v0.4.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Sep 4, 2016
1 parent 6a4e1d4 commit e747392
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6";
public static final String VERSION = "0.4.9.6";

// 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 e747392

Please sign in to comment.