diff options
Diffstat (limited to 'packages/taler-wallet-core/src/versions.ts')
| -rw-r--r-- | packages/taler-wallet-core/src/versions.ts | 4 |
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. |
