mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-27 00:45:23 -04:00
change pom files for 0.3.2.2-SNAPSHOT
This commit is contained in:
parent
0da30453b1
commit
b1c4d7b636
18 changed files with 26 additions and 34 deletions
|
@ -24,7 +24,7 @@ public class Version {
|
|||
private static final Logger log = LoggerFactory.getLogger(Version.class);
|
||||
|
||||
// The application versions
|
||||
public static final String VERSION = "0.3.2.1";
|
||||
public static final String VERSION = "0.3.2.2";
|
||||
|
||||
// The version nr. for the objects sent over the network. A change will break the serialization of old objects.
|
||||
// If objects are used for both network and database the network version is applied.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue