Skip to content

Commit

Permalink
Release candidate v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Nov 16, 2017
1 parent ee98808 commit e6248b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/io/bisq/common/app/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Version {
// VERSION = 0.5.0 introduces proto buffer for the P2P network and local DB and is a not backward compatible update
// Therefore all sub versions start again with 1
// We use semantic versioning with major, minor and patch
public static final String VERSION = "0.6.0";
public static final String VERSION = "0.6.0";

public static int getMajorVersion(String version) {
return getSubVersion(version, 0);
Expand Down

0 comments on commit e6248b8

Please sign in to comment.