Skip to content

Commit 7303d6d

Browse files
committed
update version of HaRP API from 0.2 to 0.3
Signed-off-by: Oleksander Piskun <[email protected]>
1 parent 079eef3 commit 7303d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haproxy_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def resolve_ip(hostname: str) -> str:
515515

516516

517517
async def get_info(request: web.Request):
518-
return web.json_response({"version": 0.2})
518+
return web.json_response({"version": 0.3})
519519

520520

521521
###############################################################################

0 commit comments

Comments
 (0)