mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-27 12:00:59 -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
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<artifactId>parent</artifactId>
|
||||
<groupId>io.bitsquare</groupId>
|
||||
<version>0.2.1</version>
|
||||
<version>0.3.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>core</artifactId>
|
||||
|
|
|
@ -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