Version 0.4.5

This commit is contained in:
Manfred Karrer 2016-04-28 22:24:51 +02:00
parent 1ffb8f2c65
commit dd5cacb26f
17 changed files with 23 additions and 23 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.4.4";
public static final String VERSION = "0.4.5";
// 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.