Start 0.3.7-SNAPSHOT

This commit is contained in:
Manfred Karrer 2016-03-20 17:28:48 +01:00
parent 02485c03ee
commit 5d4d7607f3
14 changed files with 16 additions and 16 deletions

View file

@ -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.6";
public static final String VERSION = "0.3.7";
// 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.