Update version nr for seed and provider nodes

This commit is contained in:
Manfred Karrer 2017-12-16 00:14:21 +01:00
parent c6cfdb2b58
commit 0b612a0a9d
No known key found for this signature in database
GPG key ID: 401250966A6B2C46
2 changed files with 2 additions and 2 deletions

View file

@ -18,5 +18,5 @@
package io.bisq.provider;
public class ProviderVersion {
public static final String VERSION = "0.6.2";
public static final String VERSION = "0.6.3";
}

View file

@ -38,7 +38,7 @@ import java.util.Arrays;
@Slf4j
public class SeedNode {
// Bisq v0.6.1 did not change anything relevant for that project so we stick with 0.6.0
public static final String VERSION = "0.6.0";
public static final String VERSION = "0.6.1";
private static BisqEnvironment bisqEnvironment;
public static void setEnvironment(BisqEnvironment bisqEnvironment) {