taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit a0d92d086f9580d540688f0225cb679d09b01fe5
parent ebb1c58e7a2be01e42f35dfe6d890a08cf992c79
Author: Florian Dold <florian@dold.me>
Date:   Tue, 29 Aug 2023 13:53:53 +0200

taler-wallet-core: bump exchange version number

Diffstat:
Mpackages/taler-wallet-core/src/versions.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/versions.ts b/packages/taler-wallet-core/src/versions.ts @@ -19,7 +19,7 @@ * * Uses libtool's current:revision:age versioning. */ -export const WALLET_EXCHANGE_PROTOCOL_VERSION = "15:0:2"; +export const WALLET_EXCHANGE_PROTOCOL_VERSION = "17:0:0"; /** * Protocol version spoken with the merchant.