Rename json protocol tag

This commit is contained in:
Ulf Wiger 2025-03-10 22:54:16 +01:00
parent f789e9e945
commit a0c6cf10de

View File

@ -36,7 +36,7 @@
-define(VSN0, <<"0.1">>).
-define(VSN, ?VSN0).
-define(PROTOCOL_JSON, <<"pool_ws_json">>).
-define(PROTOCOL_JSON, <<"json">>).
-define(PROTOCOL, ?PROTOCOL_JSON).
-spec latest_version() -> version().