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
cat /opt/gitlab/version-manifest.txt |grep gitlab-ce|awk '{print $2}'