aboutsummaryrefslogtreecommitdiff
path: root/src/wxBackend.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/wxBackend.ts')
-rw-r--r--src/wxBackend.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wxBackend.ts b/src/wxBackend.ts
index 7b1a2b35e..f31472cca 100644
--- a/src/wxBackend.ts
+++ b/src/wxBackend.ts
@@ -35,7 +35,7 @@ import * as logging from "./logging";
"use strict";
const DB_NAME = "taler";
-const DB_VERSION = 15;
+const DB_VERSION = 16;
import {Stores} from "./wallet";
import {Store, Index} from "./query";