version
Get's the current version of the tremor server
This endpoint returns version information for the current version of tremor. Versioning policy follows Semantic Versioning
get/v1/version
Response
The current version of tremor
Example response
{
"version": "0.11.4",
"debug": true
}