commit 4216d6f551c19e499aa2cfe15c41adab4d2cb584
parent c7b4e82b0f89db31574756cc1b6006a30e45999f
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Wed, 13 Dec 2023 14:51:54 +0100
Protocol version revision bump
Reason: Error returned during deposit due to age commitment conflict is more refined now
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 "17:0:0"
+#define EXCHANGE_PROTOCOL_VERSION "17:1:0"
/**