mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-29 09:07:27 -04:00
set version to 0.0.1
This commit is contained in:
parent
031f091f69
commit
20915ac15e
11 changed files with 13 additions and 13 deletions
|
@ -46,7 +46,7 @@ import lombok.extern.slf4j.Slf4j;
|
|||
@Slf4j
|
||||
public class SeedNodeMain extends ExecutableForAppWithP2p {
|
||||
private static final long CHECK_CONNECTION_LOSS_SEC = 30;
|
||||
private static final String VERSION = "1.6.2";
|
||||
private static final String VERSION = "0.0.1";
|
||||
private SeedNode seedNode;
|
||||
private Timer checkConnectionLossTime;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue