Skip to content
This repository was archived by the owner on Sep 6, 2018. It is now read-only.

Commit

Permalink
Update version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ripcurlx committed Aug 22, 2018
1 parent 31e3f3f commit 9c82053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'network.bisq'
version = '-SNAPSHOT'
version = '0.8.0'

ext {
protobufVersion = '3.5.1'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/bisq/common/app/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.7.1";
public static final String VERSION = "0.8.0";

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

0 comments on commit 9c82053

Please sign in to comment.