From 7eded1aaf687d39f822ef200ab630656369fd0f3 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Sun, 17 Jul 2016 16:33:31 +0200 Subject: [PATCH] v0.4.9 --- 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 eb71e72a6db..9b75b3d334d 100644 --- a/common/src/main/java/io/bitsquare/app/Version.java +++ b/common/src/main/java/io/bitsquare/app/Version.java @@ -39,7 +39,7 @@ public class Version { // VERSION = 0.3.5 -> LOCAL_DB_VERSION = 2 // VERSION = 0.4.0 -> LOCAL_DB_VERSION = 3 // VERSION = 0.4.2 -> LOCAL_DB_VERSION = 4 - public static final int LOCAL_DB_VERSION = 4; + public static final int LOCAL_DB_VERSION = 4; // The version nr. of the current protocol. The offer holds that version. // A taker will check the version of the offers to see if his version is compatible.