summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/versions.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-05-03 10:01:44 +0200
committerFlorian Dold <florian@dold.me>2023-05-03 10:01:51 +0200
commit1b0bec0363793996eff6483d36b844cfa2381404 (patch)
tree5f62533c0dfcc5d40c8d959e7dc71ce936fbf38b /packages/taler-wallet-core/src/versions.ts
parentda519af01fd3920b49a05cb3bebf0a9a6194abfc (diff)
downloadwallet-core-1b0bec0363793996eff6483d36b844cfa2381404.tar.gz
wallet-core-1b0bec0363793996eff6483d36b844cfa2381404.tar.bz2
wallet-core-1b0bec0363793996eff6483d36b844cfa2381404.zip
wallet-core: support new exchange wire account signature
Diffstat (limited to 'packages/taler-wallet-core/src/versions.ts')
-rw-r--r--packages/taler-wallet-core/src/versions.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/versions.ts b/packages/taler-wallet-core/src/versions.ts
index c3bc142f0..eedaf68f6 100644
--- a/packages/taler-wallet-core/src/versions.ts
+++ b/packages/taler-wallet-core/src/versions.ts
@@ -1,6 +1,6 @@
/*
This file is part of GNU Taler
- (C) 2019 Taler Systems S.A.
+ (C) 2019-2023 Taler Systems S.A.
GNU Taler is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -19,7 +19,7 @@
*
* Uses libtool's current:revision:age versioning.
*/
-export const WALLET_EXCHANGE_PROTOCOL_VERSION = "12:0:0";
+export const WALLET_EXCHANGE_PROTOCOL_VERSION = "15:0:2";
/**
* Protocol version spoken with the merchant.