diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-13 23:11:10 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-13 23:11:10 +0200 |
commit | e08fe4eff846da075dc53894d79845d218f307ba (patch) | |
tree | 47e9fc6a48a7653b63bd55e1dac325052feef8ac /src/exchange/taler-exchange-httpd_config.h | |
parent | b60b339ee4257124044ef3bcd56a4c8b9e482a63 (diff) |
bump protocol version to 16
Diffstat (limited to 'src/exchange/taler-exchange-httpd_config.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_config.h b/src/exchange/taler-exchange-httpd_config.h index 95380e0a..596765b2 100644 --- a/src/exchange/taler-exchange-httpd_config.h +++ b/src/exchange/taler-exchange-httpd_config.h @@ -41,7 +41,7 @@ * * Returned via both /config and /keys endpoints. */ -#define EXCHANGE_PROTOCOL_VERSION "15:0:0" +#define EXCHANGE_PROTOCOL_VERSION "16:0:1" /** |