commit 7a6d0a28367629c0b686438317cdb948c29a46df parent b542c0c40c30e1ddd9b0528e913cceed8eef9c56 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 20 Jun 2026 01:02:53 +0200 -fix bad protocol bump Diffstat:
| M | src/exchange/taler-exchange-httpd_get-config.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd_get-config.h b/src/exchange/taler-exchange-httpd_get-config.h @@ -41,7 +41,7 @@ * * Returned via both /config and /keys endpoints. */ -#define EXCHANGE_PROTOCOL_VERSION "37:0:1" +#define EXCHANGE_PROTOCOL_VERSION "37:0:3" /**