From 1b0bec0363793996eff6483d36b844cfa2381404 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 3 May 2023 10:01:44 +0200 Subject: wallet-core: support new exchange wire account signature --- packages/taler-wallet-core/src/versions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/versions.ts') 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. -- cgit v1.2.3