From 20fd68193a0a6021cb43c6282872c52ac7022d7e Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Mon, 8 Aug 2016 04:18:45 +0200 Subject: [PATCH] Version 0.4.9.3 --- common/src/main/java/io/bitsquare/app/Version.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/io/bitsquare/app/Version.java b/common/src/main/java/io/bitsquare/app/Version.java index ce3d4d70096..dcdfde1bf58 100644 --- a/common/src/main/java/io/bitsquare/app/Version.java +++ b/common/src/main/java/io/bitsquare/app/Version.java @@ -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.9.3"; + public static final String VERSION = "0.4.9.3"; // 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.