aboutsummaryrefslogtreecommitdiff
path: root/src/dbTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbTypes.ts')
-rw-r--r--src/dbTypes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbTypes.ts b/src/dbTypes.ts
index 0ca2b6262..ef79ae193 100644
--- a/src/dbTypes.ts
+++ b/src/dbTypes.ts
@@ -43,7 +43,7 @@ import { Index, Store } from "./query";
* In the future we might consider adding migration functions for
* each version increment.
*/
-export const WALLET_DB_VERSION = 26;
+export const WALLET_DB_VERSION = 27;
/**
* A reserve record as stored in the wallet's database.