diff options
author | Florian Dold <florian@dold.me> | 2022-03-16 15:21:15 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2022-03-16 15:21:15 +0100 |
commit | 151aa904e054a5e81e80a9eff95889b6e7ab8fa2 (patch) | |
tree | fde816319f561ba7926576088aebb5039c5fe9ee | |
parent | d317321a234fd3db6e4133409552a3947685ad39 (diff) |
cache breakerv0.9.0-dev.9
-rw-r--r-- | packages/taler-wallet-core/src/versions.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/versions.ts b/packages/taler-wallet-core/src/versions.ts index 23445b257..f05d884b1 100644 --- a/packages/taler-wallet-core/src/versions.ts +++ b/packages/taler-wallet-core/src/versions.ts @@ -42,4 +42,4 @@ export const WALLET_BANK_INTEGRATION_PROTOCOL_VERSION = "0:0:0"; * * This is only a temporary measure. */ -export const WALLET_CACHE_BREAKER_CLIENT_VERSION = "4"; +export const WALLET_CACHE_BREAKER_CLIENT_VERSION = "5"; |