Retrieve version information for this GitLab instance.
GET
/v4/version
curl \
-X GET https://gitlab.com/api/v4/version
Response examples (200)
{
"version": "13.3.0-pre",
"revision": "f2b05afebb0"
}