mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-29 09:48:46 -04:00
prepare for version 0.3.1.
This commit is contained in:
parent
fc3634af7b
commit
f971a787ba
10 changed files with 32 additions and 16 deletions
|
@ -24,7 +24,7 @@ public class Version {
|
|||
private static final Logger log = LoggerFactory.getLogger(Version.class);
|
||||
|
||||
public static final int MAJOR_VERSION = 0;
|
||||
public static final int MINOR_VERSION = 2;
|
||||
public static final int MINOR_VERSION = 3;
|
||||
public static final int PATCH_VERSION = 1;
|
||||
|
||||
public static final String VERSION = MAJOR_VERSION + "." + MINOR_VERSION + "." + PATCH_VERSION;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue