How to check the version of GitLab?

后端 未结 15 1479
我寻月下人不归
我寻月下人不归 2020-12-12 13:49

How to check which version of GitLab is installed on the server?

I am about version specified in GitLab changelog:
https://gitlab.com/gitlab-org/gitlab-foss/b

15条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 14:10

    It can be retrieved using REST, see Version API :

    curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/version
    

    For authentication see Personal access tokens documentation.

提交回复
热议问题