diff options
author | Sebastian <sebasjm@gmail.com> | 2024-10-25 08:20:36 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2024-10-25 08:20:36 -0300 |
commit | ddf67367ba9ada539723f536ce763b9c505ea5da (patch) | |
tree | f360e5173e5eb04c40829056012ff7996a111821 | |
parent | 706453e267c05165625409f0bb3721b0f76b9bd2 (diff) |
add merchant compat with v16v0.13.9
-rw-r--r-- | packages/taler-util/src/http-client/merchant.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-util/src/http-client/merchant.ts b/packages/taler-util/src/http-client/merchant.ts index aeca3ab94..e6af6dfe8 100644 --- a/packages/taler-util/src/http-client/merchant.ts +++ b/packages/taler-util/src/http-client/merchant.ts @@ -138,7 +138,7 @@ export enum TalerMerchantManagementCacheEviction { * Uses libtool's current:revision:age versioning. */ export class TalerMerchantInstanceHttpClient { - public readonly PROTOCOL_VERSION = "17:0:0"; + public readonly PROTOCOL_VERSION = "17:0:1"; readonly httpLib: HttpRequestLibrary; readonly cacheEvictor: CacheEvictor<TalerMerchantInstanceCacheEviction>; |