v0.1.0
Retrieve the version of the agent.
cURL
curl --unix-socket /run/miru/miru.sock \ --request GET \ --url http://localhost/v1/version
{ "version": "v0.1.0", "commit": "a1b2c3d4" }
Successfully retrieved the version of the agent.
The version of the agent.
"v0.1.0"
The commit hash of the agent.
"a1b2c3d4"