Ops
Returns the build version running on the server.
See https://github.com/bacalhau-project/bacalhau/releases for a complete list of gitversion tags.
get/api/v1/agent/version
Response
OK
Example response
{
"BuildDate": "2022-11-16T14:03:31Z",
"GOARCH": "amd64",
"GOOS": "linux",
"GitCommit": "d612b63108f2b5ce1ab2b9e02444eb1dac1d922d",
"GitVersion": "v0.3.12",
"Major": "0",
"Minor": "3"
}