mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-28 09:24:15 -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
|
@ -30,7 +30,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 = "1.6.2";
|
||||
public static final String VERSION = "0.0.1";
|
||||
|
||||
/**
|
||||
* Holds a list of the tagged resource files for optimizing the getData requests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue